diff --git a/app/build.gradle b/app/build.gradle index 1e86afac..62951b34 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:4d36cc84e9' + implementation 'com.github.SimpleMobileTools:Simple-Commons:608dbb5ca9' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.documentfile:documentfile:1.0.1' diff --git a/build.gradle b/build.gradle index e26e771a..41057703 100644 --- a/build.gradle +++ b/build.gradle @@ -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()