Updated buildSrc android-gradle-plugin
This commit is contained in:
parent
9fa796c565
commit
aa3b70d68c
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@ repositories {
|
|||
google()
|
||||
}
|
||||
|
||||
val android_gradle_plugin_version = "3.1.3"
|
||||
val android_gradle_plugin_version = "3.2.0"
|
||||
val kotlin_version = "1.2.61"
|
||||
|
||||
dependencies {
|
||||
implementation("com.android.tools.build:gradle:$android_gradle_plugin_version")
|
||||
implementation("com.android.tools.build:gradle-api:$android_gradle_plugin_version")
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue