updating kotlin, commons, gradle

This commit is contained in:
tibbi 2020-02-16 12:27:25 +01:00
parent 9665c26988
commit bde8446529
2 changed files with 3 additions and 3 deletions

View File

@ -57,5 +57,5 @@ android {
} }
dependencies { dependencies {
implementation 'com.simplemobiletools:commons:5.18.15' implementation 'com.simplemobiletools:commons:5.22.10'
} }

View File

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