From 642b8fdca05c74962c06d9e0111933a44f67d11f Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 13 Oct 2019 09:39:44 +0200 Subject: [PATCH] add glide compiler to fix SVG displaying --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 7aa6f2e39..a7d4b8fc7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'