add glide compiler to fix SVG displaying

This commit is contained in:
tibbi 2019-10-13 09:39:44 +02:00
parent db72402151
commit 642b8fdca0
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ dependencies {
implementation 'com.github.tibbi:gestureviews:a2208ce9d9'
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'
implementation 'androidx.room:room-runtime:2.1.0'
annotationProcessor 'androidx.room:room-compiler:2.1.0'