Updating the gradle and build tools version
Change-Id: Ica921edb152f158736136df59514c0b8469eab3b
This commit is contained in:
parent
a2e095c93c
commit
dbac5a1d15
|
@ -4,7 +4,7 @@ buildscript {
|
|||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.2.0-beta05'
|
||||
classpath 'com.android.tools.build:gradle:3.2.0-rc03'
|
||||
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.6'
|
||||
}
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ apply plugin: 'com.google.protobuf'
|
|||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion '28.0.0'
|
||||
buildToolsVersion '28.0.2'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
|
|
Loading…
Reference in New Issue