summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-01-26 12:24:10 -0800
committerSunny Goyal <sunnygoyal@google.com>2018-01-26 12:24:16 -0800
commite1ebc08893b46ec0696ef89da4549ba261594c30 (patch)
tree97a4ee1c03217f1979c88b3ac8a9403e6dcbf2f8 /build.gradle
parent3c24060b6216ca88458a8d65944a83ba5b0371ca (diff)
downloadandroid_packages_apps_Trebuchet-e1ebc08893b46ec0696ef89da4549ba261594c30.tar.gz
android_packages_apps_Trebuchet-e1ebc08893b46ec0696ef89da4549ba261594c30.tar.bz2
android_packages_apps_Trebuchet-e1ebc08893b46ec0696ef89da4549ba261594c30.zip
Gradle update
Change-Id: I123fe43f7fda7358796a4871e500e9ecaf1cd9a3
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 61c05e562..0030b8bfc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,12 +13,12 @@ apply plugin: 'com.android.application'
apply plugin: 'com.google.protobuf'
android {
- compileSdkVersion 27
- buildToolsVersion '27.0.0'
+ compileSdkVersion 28
+ buildToolsVersion '28.0.0'
defaultConfig {
minSdkVersion 21
- targetSdkVersion 27
+ targetSdkVersion 28
versionCode 1
versionName "1.0"
@@ -102,7 +102,7 @@ repositories {
jcenter()
}
-final String SUPPORT_LIBS_VERSION = '27.0.0-SNAPSHOT'
+final String SUPPORT_LIBS_VERSION = '28.0.0-SNAPSHOT'
dependencies {
compile "com.android.support:support-v4:${SUPPORT_LIBS_VERSION}"
compile "com.android.support:support-dynamic-animation:${SUPPORT_LIBS_VERSION}"