summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorRajeev Kumar <rajekumar@google.com>2017-06-14 19:04:10 -0700
committerRajeev Kumar <rajekumar@google.com>2017-06-14 19:04:10 -0700
commit4bfa466ceffe443a33de2221bab1b0b6caa66979 (patch)
tree34d8410246362b635f8ddd6080539c53c346a04c /build.gradle
parent005a376c35d3fec2e840ceb13e236f98daed6646 (diff)
downloadandroid_packages_apps_Trebuchet-4bfa466ceffe443a33de2221bab1b0b6caa66979.tar.gz
android_packages_apps_Trebuchet-4bfa466ceffe443a33de2221bab1b0b6caa66979.tar.bz2
android_packages_apps_Trebuchet-4bfa466ceffe443a33de2221bab1b0b6caa66979.zip
Add following compile time dependency to
packages/apps/Launcher3/build.gradle file compile "com.android.support:support-dynamic-animation:${SUPPORT_LIBS_VERSION}" Change-Id: Iab156fc00837829034f5b9eb9755a83a65546de6
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index ef782d90d..c23a29920 100644
--- a/build.gradle
+++ b/build.gradle
@@ -68,6 +68,7 @@ repositories {
final String SUPPORT_LIBS_VERSION = '26.0.0-SNAPSHOT'
dependencies {
compile "com.android.support:support-v4:${SUPPORT_LIBS_VERSION}"
+ compile "com.android.support:support-dynamic-animation:${SUPPORT_LIBS_VERSION}"
compile "com.android.support:recyclerview-v7:${SUPPORT_LIBS_VERSION}"
compile "com.android.support:palette-v7:${SUPPORT_LIBS_VERSION}"
compile 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-2'