From 4bfa466ceffe443a33de2221bab1b0b6caa66979 Mon Sep 17 00:00:00 2001 From: Rajeev Kumar Date: Wed, 14 Jun 2017 19:04:10 -0700 Subject: [PATCH] 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 --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index ef782d90d6..c23a29920d 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'