diff --git a/app/build.gradle b/app/build.gradle index a3fd0ab5..f5a8bab2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -104,10 +104,10 @@ dependencies { googleplayImplementation "com.android.billingclient:billing-ktx:4.0.0" - implementation 'com.github.bumptech.glide:glide:4.9.0' + implementation 'com.github.bumptech.glide:glide:4.15.0' testImplementation 'junit:junit:4.13.2' annotationProcessor 'androidx.annotation:annotation:1.2.0' - kapt 'com.github.bumptech.glide:compiler:4.9.0' + kapt 'com.github.bumptech.glide:compiler:4.15.0' implementation 'com.github.chrisbanes:PhotoView:2.3.0' implementation 'org.jsoup:jsoup:1.13.1'