update to kotlin 1.3.31, gradle 5.1.1 & gradle plugin 3.4.0

This commit is contained in:
2019-04-25 18:27:57 +01:00
parent a00c651bfd
commit 74f75bfbde
3 changed files with 5 additions and 4 deletions

View File

@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.31'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.android.tools.build:gradle:3.4.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong