diff --git a/app/build.gradle b/app/build.gradle index e82a167e..edff5d1c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,8 +67,7 @@ android { } dependencies { -// implementation 'com.github.SimpleMobileTools:Simple-Commons:554dda71a4' - implementation project(":commons") + implementation 'com.github.SimpleMobileTools:Simple-Commons:a9e600f664' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.shawnlin:number-picker:2.4.6' diff --git a/build.gradle b/build.gradle index 550f9fcb..e561b3aa 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.4.32' + ext.kotlin_version = '1.5.21' repositories { google()