@@ -11,9 +11,9 @@ android {
1111 minSdkVersion 21
1212 targetSdkVersion 29
1313 multiDexEnabled true
14- versionCode 8
14+ versionCode 9
1515 vectorDrawables. useSupportLibrary = true
16- versionName " 1.2.1 "
16+ versionName " 1.2.2 "
1717 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1818 }
1919
@@ -35,17 +35,16 @@ android {
3535dependencies {
3636 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3737 implementation " org.jetbrains.anko:anko-commons:0.10.4"
38- implementation ' com.google.android.material:material:1.3.0-alpha04 '
39- implementation ' com.github.bumptech.glide:glide:4.11 .0'
40- annotationProcessor ' com.github.bumptech.glide:compiler:4.11 .0'
38+ implementation ' com.google.android.material:material:1.3.0'
39+ implementation ' com.github.bumptech.glide:glide:4.12 .0'
40+ annotationProcessor ' com.github.bumptech.glide:compiler:4.12 .0'
4141 implementation ' androidx.cardview:cardview:1.0.0'
4242 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
4343 implementation ' androidx.appcompat:appcompat:1.2.0'
4444 implementation ' androidx.core:core-ktx:1.3.2'
4545 implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
4646 testImplementation ' junit:junit:4.13'
4747 androidTestImplementation ' androidx.test:runner:1.3.0'
48- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
49- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7"
48+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.8"
5049 androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
5150}
0 commit comments