mirror of
https://github.com/M66B/NetGuard.git
synced 2025-03-12 15:15:35 +00:00
Updated libraries
This commit is contained in:
parent
ad35621397
commit
0f0c672f45
1 changed files with 5 additions and 5 deletions
|
@ -82,16 +82,16 @@ dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
|
||||||
// https://developer.android.com/jetpack/androidx/releases/
|
// https://developer.android.com/jetpack/androidx/releases/
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||||
implementation 'androidx.preference:preference:1.1.0'
|
implementation 'androidx.preference:preference:1.1.1'
|
||||||
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
|
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
|
||||||
annotationProcessor 'androidx.annotation:annotation:1.1.0'
|
annotationProcessor 'androidx.annotation:annotation:1.1.0'
|
||||||
|
|
||||||
// https://bumptech.github.io/glide/
|
// https://bumptech.github.io/glide/
|
||||||
implementation('com.github.bumptech.glide:glide:4.10.0') {
|
implementation('com.github.bumptech.glide:glide:4.11.0') {
|
||||||
exclude group: "com.android.support"
|
exclude group: "com.android.support"
|
||||||
}
|
}
|
||||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue