updating kotlin, commons, gradle

This commit is contained in:
tibbi
2020-11-28 22:52:03 +01:00
parent 9c365d04e7
commit cf5ded5426
2 changed files with 3 additions and 3 deletions

View File

@ -56,6 +56,6 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.31.24'
implementation 'com.simplemobiletools:commons:5.32.2'
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'
}

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.4.10'
ext.kotlin_version = '1.4.20'
repositories {
google()
jcenter()
}
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