Skip to content

Commit 719eeb7

Browse files
committed
Updated AndroidX
1 parent 082e59c commit 719eeb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ dependencies {
8787
implementation fileTree(dir: 'libs', include: ['*.jar'])
8888

8989
// https://developer.android.com/jetpack/androidx/releases/
90-
implementation 'androidx.appcompat:appcompat:1.2.0'
90+
implementation 'androidx.appcompat:appcompat:1.3.0'
9191
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
92-
implementation 'androidx.recyclerview:recyclerview:1.1.0'
92+
implementation 'androidx.recyclerview:recyclerview:1.2.1'
9393
implementation 'androidx.preference:preference:1.1.1'
9494
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
95-
annotationProcessor 'androidx.annotation:annotation:1.1.0'
95+
annotationProcessor 'androidx.annotation:annotation:1.2.0'
9696

9797
// https://bumptech.github.io/glide/
9898
implementation('com.github.bumptech.glide:glide:4.11.0') {

0 commit comments

Comments
 (0)