From 26f3cc25b50fd989b816ec6374b86271545fc43a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 20:16:06 +0000 Subject: [PATCH] Update dependency androidx.room:room-runtime 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..95ec4377 100644 --- a/mesh/build.gradle +++ b/mesh/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.11.0' // 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' + implementation 'androidx.room:room-runtime:2.8.4' annotationProcessor 'androidx.room:room-compiler:2.5.1' androidTestImplementation 'androidx.room:room-testing:2.5.1'