android update glide version
This commit is contained in:
@@ -30,7 +30,7 @@ dependencies {
|
||||
implementation "com.google.android.material:material:1.1.0"
|
||||
implementation "pub.doric:core:${rootProject.ext.Version}"
|
||||
implementation "pub.doric:devkit:${rootProject.ext.Version}"
|
||||
implementation 'com.github.penfeizhou.android.animation:glide-plugin:2.2.0'
|
||||
implementation 'com.github.penfeizhou.android.animation:glide-plugin:2.4.2'
|
||||
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
||||
implementation 'com.github.bumptech.glide:annotations:4.11.0'
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
|
||||
|
@@ -41,11 +41,11 @@ dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
api 'com.github.penfeizhou:jsc4a:0.1.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
|
||||
implementation('com.github.penfeizhou.android.animation:glide-plugin:2.2.0') {
|
||||
implementation('com.github.penfeizhou.android.animation:glide-plugin:2.4.1') {
|
||||
exclude group: 'com.github.bumptech.glide'
|
||||
}
|
||||
implementation 'com.github.bumptech.glide:glide:4.8.0'
|
||||
implementation 'jp.wasabeef:glide-transformations:4.0.1'
|
||||
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
||||
implementation 'jp.wasabeef:glide-transformations:4.1.0'
|
||||
implementation "com.google.android.material:material:1.1.0"
|
||||
|
||||
def nav_version = "2.3.0"
|
||||
|
Reference in New Issue
Block a user