updating commons, kotlin, gradle

This commit is contained in:
tibbi 2021-01-11 23:00:02 +01:00
parent 17324234a6
commit c1d3ae2918
2 changed files with 3 additions and 3 deletions

View File

@ -57,6 +57,6 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.31.25'
implementation 'com.simplemobiletools:commons:5.32.24'
implementation "androidx.print:print:1.0.0"
}

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.4.10'
ext.kotlin_version = '1.4.21'
repositories {
google()
@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong