add glide compiler to fix SVG displaying
This commit is contained in:
parent
db72402151
commit
642b8fdca0
|
@ -78,6 +78,8 @@ dependencies {
|
||||||
implementation 'com.github.tibbi:gestureviews:a2208ce9d9'
|
implementation 'com.github.tibbi:gestureviews:a2208ce9d9'
|
||||||
implementation 'com.github.tibbi:subsampling-scale-image-view:7810989016'
|
implementation 'com.github.tibbi:subsampling-scale-image-view:7810989016'
|
||||||
|
|
||||||
|
kapt 'com.github.bumptech.glide:compiler:4.10.0'
|
||||||
|
|
||||||
kapt 'androidx.room:room-compiler:2.1.0'
|
kapt 'androidx.room:room-compiler:2.1.0'
|
||||||
implementation 'androidx.room:room-runtime:2.1.0'
|
implementation 'androidx.room:room-runtime:2.1.0'
|
||||||
annotationProcessor 'androidx.room:room-compiler:2.1.0'
|
annotationProcessor 'androidx.room:room-compiler:2.1.0'
|
||||||
|
|
Loading…
Reference in New Issue