Skip to content

Commit 2207158

Browse files
committed
Upgrade dependencies in app build.gradle.
1 parent 2ec2d57 commit 2207158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ android {
5454
}
5555

5656
dependencies {
57-
implementation 'androidx.appcompat:appcompat:1.5.1'
58-
implementation 'com.google.android.material:material:1.7.0'
57+
implementation 'androidx.appcompat:appcompat:1.6.1'
58+
implementation 'com.google.android.material:material:1.8.0'
5959
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
6060

6161
if (rootProject.ext.dependencyOnLocalLibrary) {

0 commit comments

Comments
 (0)