Skip to content

Commit 6996c42

Browse files
Include local community build of SQLCipher for Android 4.1.2
1 parent a28291c commit 6996c42

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
//implementation files('libs/sqlcipher.jar')
2626

2727
// For testing local AAR packages:
28-
implementation (name: 'android-database-sqlcipher-4.1.1', ext: 'aar')
28+
implementation (name: 'android-database-sqlcipher-4.1.2', ext: 'aar')
2929

3030
// For testing on remote AAR references:
3131
//implementation 'net.zetetic:android-database-sqlcipher:4.0.1@aar'
6.39 MB
Binary file not shown.

app/src/main/java/net/zetetic/tests/JavaClientLibraryVersionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class JavaClientLibraryVersionTest extends SQLCipherTest {
66

7-
String expectedClientLibraryVersion = "4.1.1";
7+
String expectedClientLibraryVersion = "4.1.2";
88

99
@Override
1010
public boolean execute(SQLiteDatabase database) {

0 commit comments

Comments
 (0)