Upgrade Kotlin and Android Gradle Plugin

This commit is contained in:
Torsten Grote 2019-12-06 09:38:07 -03:00
parent 3093e3a789
commit 6520f6aa04
No known key found for this signature in database
GPG key ID: 3E5F77D92CF891FF

View file

@ -2,7 +2,7 @@
buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.3.61'
repositories {
jcenter()
@ -10,7 +10,7 @@ buildscript {
}
dependencies {
// newer versions require us to remove targetSdkVersion from Manifest
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong