android:degrade the deps to compat glide 4.8.0

This commit is contained in:
pengfei.zhou 2020-08-20 14:15:42 +08:00 committed by osborn
parent 4358551f92
commit 4222b8f16c

View File

@ -45,7 +45,7 @@ dependencies {
exclude group: 'com.github.bumptech.glide'
}
implementation 'com.github.bumptech.glide:glide:4.8.0'
implementation 'jp.wasabeef:glide-transformations:4.1.0'
implementation 'jp.wasabeef:glide-transformations:4.0.1'
implementation "com.google.android.material:material:1.1.0"
def nav_version = "2.3.0"