updating commons, kotlin, gradle

This commit is contained in:
tibbi 2021-03-28 20:52:40 +02:00
parent 71e006ec15
commit b943fab26a
2 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.34.17'
implementation 'com.simplemobiletools:commons:5.34.24'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'androidx.media:media:1.2.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.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.21'
ext.kotlin_version = '1.4.31'
repositories {
google()
@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong