File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ android {
2020
2121dependencies {
2222 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
23- implementation ' androidx.appcompat:appcompat:1.0 .0'
23+ implementation ' androidx.appcompat:appcompat:1.2 .0'
2424 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
25- testImplementation ' junit:junit:4.12 '
25+ testImplementation ' junit:junit:4.13 '
2626 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
27- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1 .0'
27+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.2 .0'
2828 implementation project(path : ' :simplefileexplorer' )
2929}
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ android {
2626dependencies {
2727 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2828
29- implementation ' androidx.appcompat:appcompat:1.0 .0'
29+ implementation ' androidx.appcompat:appcompat:1.2 .0'
3030 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
3131 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
32- testImplementation ' junit:junit:4.12 '
32+ testImplementation ' junit:junit:4.13 '
3333 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
34- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1 .0'
35- implementation ' androidx.recyclerview:recyclerview:1.0 .0'
34+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.2 .0'
35+ implementation ' androidx.recyclerview:recyclerview:1.1 .0'
3636}
You can’t perform that action at this time.
0 commit comments