Skip to content

Commit aede2fe

Browse files
Update binaries to 3.4.0, adjust tests
1 parent 7076c76 commit aede2fe

File tree

10 files changed

+323
-548
lines changed

10 files changed

+323
-548
lines changed

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 319 additions & 543 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
64.3 KB
Binary file not shown.
96.3 KB
Binary file not shown.

libs/sqlcipher-javadoc.jar

52 Bytes
Binary file not shown.

libs/sqlcipher.jar

-11 Bytes
Binary file not shown.

libs/x86/libsqlcipher_android.so

164 KB
Binary file not shown.

src/main/java/net/zetetic/tests/AES128CipherTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void preKey(SQLiteDatabase database) {}
4040

4141
@Override
4242
public void postKey(SQLiteDatabase database) {
43-
database.execSQL("PRAGMA cipher = 'aes-128-cbc'");
43+
database.rawExecSQL("PRAGMA cipher = 'aes-128-cbc'");
4444
}
4545
});
4646
}

src/main/java/net/zetetic/tests/PragmaCipherVersionTest.java

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

77
public class PragmaCipherVersionTest extends SQLCipherTest {
88

9-
private final String CURRENT_CIPHER_VERSION = "3.3.1";
9+
private final String CURRENT_CIPHER_VERSION = "3.4.0";
1010

1111
@Override
1212
public boolean execute(SQLiteDatabase database) {

0 commit comments

Comments
 (0)