diff --git a/app/build.gradle b/app/build.gradle index 9c9216cb..e6854f88 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -121,11 +121,11 @@ dependencies { implementation 'androidx.paging:paging-runtime-ktx:3.1.1' //Image downloading and Caching library - implementation 'com.github.bumptech.glide:glide:4.15.0' + implementation 'com.github.bumptech.glide:glide:4.15.1' implementation "com.github.bumptech.glide:compose:1.0.0-alpha.1" implementation 'io.coil-kt:coil-compose:2.2.2' implementation 'com.caverock:androidsvg-aar:1.4' - kapt 'com.github.bumptech.glide:compiler:4.15.0' + kapt 'com.github.bumptech.glide:compiler:4.15.1' //Permissions implementation "com.google.accompanist:accompanist-permissions:$accompanist_version"