updating kotlin, gradle and some libraries

This commit is contained in:
tibbi
2021-09-15 12:13:54 +02:00
parent 0f3cc26b2c
commit 7fe3ca2970
2 changed files with 6 additions and 6 deletions

View File

@@ -67,13 +67,13 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:b6e2ffb710'
implementation 'com.github.SimpleMobileTools:Simple-Commons:f49f7b5f89'
implementation 'com.facebook.stetho:stetho:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'com.shawnlin:number-picker:2.4.6'
implementation "androidx.preference:preference-ktx:1.1.1"
implementation "androidx.work:work-runtime-ktx:2.5.0"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1'
implementation "androidx.work:work-runtime-ktx:2.6.0"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'