diff --git a/app/build.gradle b/app/build.gradle index 3396087..d488580 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,8 +89,8 @@ dependencies { implementation 'org.jsoup:jsoup:1.14.3' // https://mvnrepository.com/artifact/org.apache.commons/commons-text implementation group: 'org.apache.commons', name: 'commons-text', version: '1.9' - 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.15.1' + annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1' implementation('nl.siegmann.epublib:epublib-core:3.1') { exclude group: 'org.slf4j'