updating common and kotlin

This commit is contained in:
tibbi
2022-03-18 10:56:20 +01:00
parent d963581176
commit 4bbb6c1860
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:178537ae0d'
implementation 'com.github.SimpleMobileTools:Simple-Commons:75f0bb09a3'
implementation 'androidx.multidex:multidex:2.0.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.5.31'
ext.kotlin_version = '1.6.10'
repositories {
google()