aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-11-22 21:59:38 +0100
committerChristian Schneppe <christian@pix-art.de>2017-11-22 21:59:38 +0100
commitfcbffbe806f2f046d47130253c6bf164f4fd8c21 (patch)
treecf89a83ecbc3b93871766aeb261468888e73eb2c /build.gradle
parentac51c8eb429bbf13d07bf5aa6f8543b04e9e8105 (diff)
update gradle file
Diffstat (limited to '')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 2038a6392..38dedaeb6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,7 +31,7 @@ configurations {
}
ext {
- supportLibVersion = '25.4.0'
+ supportLibVersion = '27.0.1'
}
dependencies {
@@ -80,7 +80,7 @@ ext {
android {
- compileSdkVersion 25
+ compileSdkVersion 26
buildToolsVersion "26.0.2"
defaultConfig {