summaryrefslogtreecommitdiff
path: root/library/standalone.gradle
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2017-05-15 19:09:24 -0700
committerMaurice Lam <yukl@google.com>2017-10-06 18:16:17 -0700
commitb72f3fb4598d2bd2560cdf5043defc80a0199e2e (patch)
tree85cda47106c7d4f5feb409831a5f70d7d2ca1d3c /library/standalone.gradle
parent1ae463059c3edef1f0e6f1efbcc5c86bd1cd9e29 (diff)
downloadsetupwizard-b72f3fb4598d2bd2560cdf5043defc80a0199e2e.tar.gz
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
Diffstat (limited to 'library/standalone.gradle')
-rw-r--r--library/standalone.gradle4
1 files changed, 2 insertions, 2 deletions
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'