diff --git a/app/build.gradle b/app/build.gradle index 3396087..58a23ac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ dependencies { // 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' + annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1' implementation('nl.siegmann.epublib:epublib-core:3.1') { exclude group: 'org.slf4j'