Skip to content

Commit ce39a19

Browse files
committed
Gradle commit
1 parent 71fc786 commit ce39a19

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 65
13+
versionCode 68
1414
vectorDrawables.useSupportLibrary = true
15-
versionName "2.1"
15+
versionName "2.2"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818

@@ -46,7 +46,7 @@ android {
4646

4747
dependencies {
4848
implementation fileTree(dir: 'libs', include: ['*.jar'])
49-
implementation 'com.google.android.material:material:1.8.0-alpha02'
49+
implementation 'com.google.android.material:material:1.8.0-alpha03'
5050
implementation 'com.github.bumptech.glide:glide:4.14.2'
5151
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
5252
implementation 'androidx.cardview:cardview:1.0.0'
@@ -55,7 +55,7 @@ dependencies {
5555
implementation 'androidx.core:core-ktx:1.9.0'
5656
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5757
testImplementation 'junit:junit:4.13.2'
58-
androidTestImplementation 'androidx.test:runner:1.4.0'
58+
androidTestImplementation 'androidx.test:runner:1.5.1'
5959
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
60-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
60+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
6161
}

0 commit comments

Comments
 (0)