Update kotlin version and commons lib

This commit is contained in:
Paul Akhamiogu 2021-09-08 09:10:16 +01:00
parent a91bc07dd3
commit 94de14b52d
2 changed files with 2 additions and 3 deletions

View File

@ -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'

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.4.32'
ext.kotlin_version = '1.5.21'
repositories {
google()