Update kotlin version and commons lib
This commit is contained in:
parent
a91bc07dd3
commit
94de14b52d
|
@ -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'
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue