From 1226440701cfad931897f6939e5853d876926b09 Mon Sep 17 00:00:00 2001 From: jhengazuki Date: Thu, 11 Sep 2025 15:23:59 +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 8a824263a..f547d849b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -98,7 +98,7 @@ dependencies { implementation project(':quickjs') implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'androidx.media:media:1.7.1' - implementation 'androidx.room:room-runtime:2.7.2' + implementation 'androidx.room:room-runtime:2.8.0' implementation 'cat.ereza:customactivityoncrash:2.4.0' implementation 'com.github.bassaer:materialdesigncolors:1.0.0' implementation 'com.github.bumptech.glide:glide:' + glideVersion @@ -128,7 +128,7 @@ dependencies { mobileImplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' mobileImplementation 'com.google.android.flexbox:flexbox:3.0.0' mobileImplementation('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false } - annotationProcessor 'androidx.room:room-compiler:2.7.2' + annotationProcessor 'androidx.room:room-compiler:2.8.0' annotationProcessor 'com.github.bumptech.glide:compiler:' + glideVersion annotationProcessor 'org.greenrobot:eventbus-annotation-processor:3.3.1' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'