From 561225f5947c9cf16911b67bcecc2015e921c5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Saleniuk?= Date: Tue, 22 Oct 2024 17:52:38 +0200 Subject: [PATCH] chore: update sqlcipher [WPB-11808] --- 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 e9fd4ec860..15abaa964c 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.5.6" +sqlcipher-android = "4.6.1" pbandk = "0.14.2" turbine = "1.1.0" avs = "9.9.5"