From b72f3fb4598d2bd2560cdf5043defc80a0199e2e Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Mon, 15 May 2017 19:09:24 -0700 Subject: Add test for LinkAccessibilityHelper - For the AccessibilityDelegateCompat methods, add tests that the delegation is done correctly. - Refactored LinkAccessibilityHelper to make the dependency direction clearer. Test: ./gradlew connectedAndroidTest test Change-Id: I6132c0820ee6de1b9cc71a2838bdf05a34d7d2af --- library/standalone.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/standalone.gradle') diff --git a/library/standalone.gradle b/library/standalone.gradle index a2119ac..132b908 100644 --- a/library/standalone.gradle +++ b/library/standalone.gradle @@ -16,5 +16,5 @@ apply from: 'standalone-rules.gradle' -android.compileSdkVersion 25 -android.buildToolsVersion '25.0.0' +android.compileSdkVersion 26 +android.buildToolsVersion '26.0.0' -- cgit v1.2.3