Merge "Add following compile time dependency to packages/apps/Launcher3/build.gradle file" into ub-launcher3-dorval-polish

This commit is contained in:
Rajeev Kumar
2017-06-15 22:20:56 +00:00
committed by Android (Google) Code Review
+1
View File
@@ -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'