Skip to content

Commit 44ac868

Browse files
committed
Gradle commit
Gradle commit
1 parent c4144e8 commit 44ac868

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

4646
dependencies {
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
}

0 commit comments

Comments
 (0)