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 @@ -26,10 +26,10 @@ android {
26
26
27
27
dependencies {
28
28
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
29
- implementation ' androidx.appcompat:appcompat:1.0.2 '
30
- implementation ' androidx.constraintlayout:constraintlayout:1.1.3 '
31
- testImplementation ' junit:junit:4.12 '
32
- androidTestImplementation ' androidx.test:runner:1.2 .0'
33
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2 .0'
29
+ implementation ' androidx.appcompat:appcompat:1.2.0 '
30
+ implementation ' androidx.constraintlayout:constraintlayout:2.0.4 '
31
+ testImplementation ' junit:junit:4.13.1 '
32
+ androidTestImplementation ' androidx.test:runner:1.3 .0'
33
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3 .0'
34
34
implementation project(' :library' )
35
35
}
You can’t perform that action at this time.
0 commit comments