From 37c0bbe3e397389195e00914436c1725ce6521bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 20:16:01 +0000 Subject: [PATCH] Update dependency androidx.room:room-compiler to v2.8.4 --- mesh/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh/build.gradle b/mesh/build.gradle index 55acc9bb..b4ed307e 100644 --- a/mesh/build.gradle +++ b/mesh/build.gradle @@ -68,7 +68,7 @@ dependencies { // Room - Lets keep this as it is so that we don't have to increase the minSdk version implementation 'androidx.room:room-runtime:2.5.1' - annotationProcessor 'androidx.room:room-compiler:2.5.1' + annotationProcessor 'androidx.room:room-compiler:2.8.4' androidTestImplementation 'androidx.room:room-testing:2.5.1' // Required -- JUnit 4 framework