update gradle plugin and support library

This commit is contained in:
Daniel Gultsch 2018-09-27 10:00:15 +02:00
parent d737ea296e
commit d8c1327658
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.0'
}
}
@ -25,7 +25,7 @@ configurations {
}
ext {
supportLibVersion = '27.1.1'
supportLibVersion = '28.0.0'
}
dependencies {