diff --git a/app/build.gradle b/app/build.gradle index 4ac6a60c..5a215dba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation "androidx.viewpager2:viewpager2:1.0.0" - implementation 'com.github.bumptech.glide:glide:4.14.1' + implementation 'com.github.bumptech.glide:glide:4.14.2' androidTestImplementation 'com.github.AppDevNext:Moka:1.3' androidTestImplementation "androidx.test.ext:junit:1.1.3"