summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-01-05 15:22:41 -0800
committerSunny Goyal <sunnygoyal@google.com>2017-01-11 13:06:50 -0800
commit3e9be43b6ea75c8b82b57aa58508a0c3e8e1d721 (patch)
treeb61ddf897843b437ea3776dbe151588ab2a663eb /build.gradle
parent87f784c285fdeed9091a4de8b9b44db3eca677d8 (diff)
downloadandroid_packages_apps_Trebuchet-3e9be43b6ea75c8b82b57aa58508a0c3e8e1d721.tar.gz
android_packages_apps_Trebuchet-3e9be43b6ea75c8b82b57aa58508a0c3e8e1d721.tar.bz2
android_packages_apps_Trebuchet-3e9be43b6ea75c8b82b57aa58508a0c3e8e1d721.zip
No more LauncherActivityInfoCompat
Bug: 32745285 Change-Id: I00f13794d5dc0a2b1fe03ec74de36018f22eb386
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 00667f17d..3a812a9d0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -72,7 +72,7 @@ dependencies {
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2'
androidTestCompile 'com.android.support.test:runner:0.5'
androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
- androidTestCompile 'com.android.support:support-annotations:23.2.0'
+ androidTestCompile "com.android.support:support-annotations:${SUPPORT_LIBS_VERSION}"
}
protobuf {