diff --git a/library/build.gradle b/library/build.gradle index e03c0d3..bc10235 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -20,7 +20,7 @@ dependencies { api 'com.github.bumptech.glide:glide:4.10.0' api 'com.github.bumptech.glide:annotations:4.10.0' kapt 'com.github.bumptech.glide:compiler:4.10.0' - api 'com.caverock:androidsvg:1.4' + api 'com.caverock:androidsvg-aar:1.4' implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.12'