8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a6f64d + 78570a1 commit 7d29f9eCopy full SHA for 7d29f9e
Makefile
@@ -16,7 +16,7 @@ build-openssl:
16
$(GRADLE) buildOpenSSL
17
18
build:
19
- $(GRADLE) build
+ $(GRADLE) android-database-sqlcipher:bundleRelease
20
21
publish-local-snapshot:
22
@ $(collect-signing-info) \
build.gradle
@@ -59,6 +59,7 @@ ext {
59
sqlcipherCFlags = "-DSQLITE_HAS_CODEC " +
60
"-DSQLITE_SOUNDEX " +
61
"-DHAVE_USLEEP=1 " +
62
+ "-DSQLITE_MAX_VARIABLE_NUMBER=99999 " +
63
"-DSQLITE_TEMP_STORE=3 " +
64
"-DSQLITE_THREADSAFE=1 " +
65
"-DSQLITE_DEFAULT_JOURNAL_SIZE_LIMIT=1048576 " +
0 commit comments