From 842d1e2b6c08ce48fea9eed8f8fa557fda426eb9 Mon Sep 17 00:00:00 2001 From: FongMi Date: Thu, 28 Jul 2022 18:03:46 +0800 Subject: [PATCH] Update build.gradle --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ebce235b1..17101007c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'androidx.preference:preference:1.2.0' implementation 'androidx.leanback:leanback:1.2.0-alpha02' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.room:room-runtime:2.4.2' + implementation 'androidx.room:room-runtime:2.4.3' implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1' implementation 'com.github.bassaer:materialdesigncolors:1.0.0' implementation 'com.github.bumptech.glide:glide:4.13.2' @@ -51,6 +51,6 @@ dependencies { implementation 'org.jsoup:jsoup:1.14.3' implementation 'org.nanohttpd:nanohttpd:2.3.1' implementation('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' exclude group: 'xpp3', module: 'xpp3' } - annotationProcessor 'androidx.room:room-compiler:2.4.2' + annotationProcessor 'androidx.room:room-compiler:2.4.3' annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2' } \ No newline at end of file