[android] Use our own BitmapTransformation for rounded image corners

This commit is contained in:
Torsten Grote
2018-11-15 18:54:05 -02:00
parent 8a839fb5e4
commit d6b52cf4ec
5 changed files with 135 additions and 30 deletions

View File

@@ -123,9 +123,6 @@ dependencies {
exclude group: 'com.android.support'
exclude module: 'disklrucache' // when there's no disk cache, we can't accidentally use it
}
implementation('jp.wasabeef:glide-transformations:3.3.0') {
exclude module: 'disklrucache' // this gets pulled in here otherwise
}
annotationProcessor 'com.google.dagger:dagger-compiler:2.19'
annotationProcessor "com.github.bumptech.glide:compiler:$glideVersion"