summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-09-28 11:31:39 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-09-29 10:40:08 -0700
commitf2dd4216c16ceee5c544c5c87fe522c5ace6e6d8 (patch)
tree4823f4be471b34dbad1eebe1ff0b1c1b21bd24fa /build.gradle
parent9315c9a8cdd0832d77f23d953da12c25860172e9 (diff)
downloadandroid_packages_apps_Trebuchet-f2dd4216c16ceee5c544c5c87fe522c5ace6e6d8.tar.gz
android_packages_apps_Trebuchet-f2dd4216c16ceee5c544c5c87fe522c5ace6e6d8.tar.bz2
android_packages_apps_Trebuchet-f2dd4216c16ceee5c544c5c87fe522c5ace6e6d8.zip
Removing extraction service and palette api dependency
Change-Id: I30ad1a1462a97b6bc03f8e386ae3058c7fe022e5
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle9
1 files changed, 4 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 886ccace6..2376146fd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,12 +13,12 @@ apply plugin: 'com.android.application'
apply plugin: 'com.google.protobuf'
android {
- compileSdkVersion 26
- buildToolsVersion '26.0.0'
+ compileSdkVersion 27
+ buildToolsVersion '27.0.0'
defaultConfig {
minSdkVersion 21
- targetSdkVersion 26
+ targetSdkVersion 27
versionCode 1
versionName "1.0"
@@ -86,12 +86,11 @@ repositories {
jcenter()
}
-final String SUPPORT_LIBS_VERSION = '26.0.0-SNAPSHOT'
+final String SUPPORT_LIBS_VERSION = '27.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-7'
testCompile 'junit:junit:4.12'