Skip to content

Commit 46c066a

Browse files
committed
Update dependencies
1 parent e841613 commit 46c066a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ android {
2020

2121
dependencies {
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
}

simplefileexplorer/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ android {
2626
dependencies {
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
}

0 commit comments

Comments
 (0)