Skip to content

Commit 95ee1cc

Browse files
Packaging latest SQLCipher binaries and patching the pramga cipher_version test
1 parent 6046e59 commit 95ee1cc

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed
12 Bytes
Binary file not shown.
12 Bytes
Binary file not shown.

libs/armeabi/libstlport_shared.so

-189 KB
Binary file not shown.

libs/sqlcipher.jar

1.35 KB
Binary file not shown.

libs/x86/libdatabase_sqlcipher.so

12 Bytes
Binary file not shown.

libs/x86/libsqlcipher_android.so

4.03 KB
Binary file not shown.

libs/x86/libstlport_shared.so

-125 KB
Binary file not shown.

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

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

66
public class PragmaCipherVersionTest extends SQLCipherTest {
77

8-
private final String CURRENT_CIPHER_VERSION = "2.0.6";
8+
private final String CURRENT_CIPHER_VERSION = "2.1.1";
99

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

0 commit comments

Comments
 (0)