Skip to content

Commit 45e80ef

Browse files
committed
Update dependencies to latest rev
1 parent afb129e commit 45e80ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ android {
2525

2626
dependencies {
2727
implementation fileTree(dir: 'libs', include: ['*.jar'])
28-
implementation 'androidx.appcompat:appcompat:1.1.0'
29-
implementation 'com.google.android.material:material:1.1.0'
30-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
28+
implementation 'androidx.appcompat:appcompat:1.2.0'
29+
implementation 'com.google.android.material:material:1.2.1'
30+
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
3131
testImplementation 'junit:junit:4.13'
32-
androidTestImplementation 'androidx.test:runner:1.2.0'
33-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
32+
androidTestImplementation 'androidx.test:runner:1.3.0'
33+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
3434
}

0 commit comments

Comments
 (0)