From f999cbd4891bc4fac266bcc0bee120c0af66b068 Mon Sep 17 00:00:00 2001 From: luisbytes Date: Sat, 11 Oct 2025 19:11:36 -0500 Subject: [PATCH] fix(android): update sqlcipher-android dependency to version 4.10.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 3dc8d680..feef3755 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -61,7 +61,7 @@ dependencies { androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" - implementation 'net.zetetic:sqlcipher-android:4.6.1@aar' + implementation 'net.zetetic:sqlcipher-android:4.10.0@aar' implementation "androidx.sqlite:sqlite:2.4.0" //security library implementation "androidx.security:security-crypto:1.1.0-alpha06"