- Gradle version upgrade that came with Android Studio 3.6.1

This commit is contained in:
Juha Heinanen
2020-03-19 07:57:20 +02:00
parent 94d373c273
commit 0109c80402
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:3.6.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files