diff --git a/app/build.gradle b/app/build.gradle index 62d81bc..1fdd3a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.google.firebase:firebase-messaging:21.0.0' implementation 'com.google.firebase:firebase-core:17.5.1' - implementation 'com.github.bumptech.glide:glide:4.8.0' + implementation 'com.github.bumptech.glide:glide:4.14.0' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' testImplementation 'junit:junit:4.13.1' @@ -91,7 +91,7 @@ dependencies { implementation "com.airbnb.android:lottie:3.6.0" //Glide - implementation 'com.github.bumptech.glide:glide:4.8.0' + implementation 'com.github.bumptech.glide:glide:4.14.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"