Upgrade AGP

This commit is contained in:
topjohnwu 2018-10-12 21:51:58 -04:00
parent a9121fa28f
commit 506df00d81

View File

@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'
// NOTE: Do not place your application dependencies here; they belong
@ -25,7 +25,7 @@ allprojects {
ext {
compileSdkVersion = 28
buildToolsVersion = "28.0.2"
buildToolsVersion = "28.0.3"
androidXVersion = "1.0.0"
}