mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-22 15:58:25 +00:00
Updated libraries
This commit is contained in:
parent
b5bc3ccf19
commit
9b02e291f3
1 changed files with 4 additions and 4 deletions
|
@ -80,12 +80,12 @@ android {
|
|||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
// https://developer.android.com/topic/libraries/support-library/androidx-rn
|
||||
// https://developer.android.com/jetpack/androidx/releases/
|
||||
implementation 'androidx.appcompat:appcompat:1.0.2'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.0.0'
|
||||
annotationProcessor 'androidx.annotation:annotation:1.0.1'
|
||||
annotationProcessor 'androidx.annotation:annotation:1.0.2'
|
||||
|
||||
// https://bumptech.github.io/glide/
|
||||
implementation 'com.github.bumptech.glide:glide:4.8.0'
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
|
||||
implementation 'com.github.bumptech.glide:glide:4.9.0'
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue