1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-01 12:21:38 +00:00

Updated libraries

This commit is contained in:
M66B 2022-01-19 09:08:45 +01:00
parent 9c807e0f01
commit 8572e91b59

View file

@ -85,12 +85,12 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
// https://developer.android.com/jetpack/androidx/releases/
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
annotationProcessor 'androidx.annotation:annotation:1.2.0'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
annotationProcessor 'androidx.annotation:annotation:1.3.0'
// https://bumptech.github.io/glide/
implementation('com.github.bumptech.glide:glide:4.11.0') {