From b391c8175037b57766789f353452bd45abe364a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:49:43 +0000 Subject: [PATCH] Revert "chore: update sqlcipher [WPB-11808] (#3069)" (#3137) (#3138) This reverts commit 96044bc0e47427e263e0348099a17399392b42ea. Co-authored-by: Mohamad Jaara Co-authored-by: Yamil Medina --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9a8e027eb86..8fe82ae3248 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ moduleGraph = "0.7.0" # if you update sqlDelight check if https://github.com/cashapp/sqldelight/issues/4154 is fixed # and delete the workaround in the dev.mk file sqldelight = "2.0.1" -sqlcipher-android = "4.6.1" +sqlcipher-android = "4.5.6" pbandk = "0.14.2" turbine = "1.1.0" avs = "10.0.1"