diff --git a/app/build.gradle b/app/build.gradle index b7213a4..c220c6a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' testImplementation 'junit:junit:4.13.2' - implementation 'com.github.bumptech.glide:glide:4.12.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' + implementation 'com.github.bumptech.glide:glide:4.16.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' androidTestImplementation 'androidx.test:runner:1.4.0' implementation 'androidx.cardview:cardview:1.0.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' @@ -41,8 +41,8 @@ dependencies { implementation 'me.relex:circleindicator:2.1.6' // Glide - implementation 'com.github.bumptech.glide:glide:4.12.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' + implementation 'com.github.bumptech.glide:glide:4.16.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' implementation 'com.github.chrisbanes:PhotoView:2.3.0' } \ No newline at end of file diff --git a/slider/build.gradle b/slider/build.gradle index e4635da..75d970b 100644 --- a/slider/build.gradle +++ b/slider/build.gradle @@ -32,8 +32,8 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.2.1' // Glide - implementation 'com.github.bumptech.glide:glide:4.12.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' + implementation 'com.github.bumptech.glide:glide:4.16.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' // Circle Indicator implementation 'me.relex:circleindicator:2.1.6'