File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ android {
1010 minSdkVersion 23
1111 targetSdkVersion 33
1212 multiDexEnabled true
13- versionCode 51
13+ versionCode 54
1414 vectorDrawables. useSupportLibrary = true
15- versionName " 1.8 "
15+ versionName " 1.9 "
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1717 }
1818
@@ -45,16 +45,16 @@ android {
4545
4646dependencies {
4747 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
48- implementation ' com.google.android.material:material:1.7 .0-alpha03 '
48+ implementation ' com.google.android.material:material:1.8 .0-alpha01 '
4949 implementation ' com.github.bumptech.glide:glide:4.13.2'
5050 annotationProcessor ' com.github.bumptech.glide:compiler:4.13.2'
5151 implementation ' androidx.cardview:cardview:1.0.0'
5252 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
53- implementation ' androidx.appcompat:appcompat:1.4.2 '
53+ implementation ' androidx.appcompat:appcompat:1.5.0 '
5454 implementation ' androidx.core:core-ktx:1.8.0'
5555 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
5656 testImplementation ' junit:junit:4.13.2'
5757 androidTestImplementation ' androidx.test:runner:1.4.0'
58- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 "
58+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 "
5959 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
6060}
You can’t perform that action at this time.
0 commit comments