From 21c435aaa71582cfdcc0bf258fc4f8237f3df661 Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Sun, 15 Sep 2024 13:41:29 +0200 Subject: [PATCH] fix(android): update `androidx.room:room-compiler` to `2.6.1` (#588) --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 58805dd4..b106a1a1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,5 +66,5 @@ dependencies { //security library implementation "androidx.security:security-crypto:1.1.0-alpha06" implementation "androidx.biometric:biometric:1.1.0" - annotationProcessor 'androidx.room:room-compiler:2.5.1' + annotationProcessor 'androidx.room:room-compiler:2.6.1' }