Skip to content

Commit 9ee755b

Browse files
committed
Move to SQLCipher 4.6.1
1 parent 62716d7 commit 9ee755b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libs/SmartStore/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
api(project(":libs:SalesforceSDK"))
1616
//noinspection GradleDependency - Needs to line up with supported SQLCipher version.
1717
api("androidx.sqlite:sqlite:2.2.0")
18-
api("net.zetetic:sqlcipher-android:4.6.0")
18+
api("net.zetetic:sqlcipher-android:4.6.1")
1919
implementation("androidx.core:core-ktx:1.13.1")
2020
androidTestImplementation("androidx.test:runner:1.6.0")
2121
androidTestImplementation("androidx.test:rules:1.6.0")

libs/test/SmartStoreTest/src/com/salesforce/androidsdk/smartstore/store/SmartStoreTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public void testRuntimeSettings() {
116116
*/
117117
@Test
118118
public void testSQLCipherVersion() {
119-
Assert.assertEquals("Wrong sqlcipher version", "4.6.0 community", store.getSQLCipherVersion());
119+
Assert.assertEquals("Wrong sqlcipher version", "4.6.1 community", store.getSQLCipherVersion());
120120
}
121121

122122
/**

0 commit comments

Comments
 (0)