updating kotlin, commons, gradle

This commit is contained in:
tibbi 2020-05-18 19:59:57 +02:00
parent fdf5eb7157
commit 5c874ea882
2 changed files with 3 additions and 3 deletions

View File

@ -56,5 +56,5 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.24.11'
implementation 'com.simplemobiletools:commons:5.28.6'
}

View File

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