8000 Merge branch 'gradle' · Fiv38/android-database-sqlcipher@7d29f9e · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d29f9e

Browse files
Merge branch 'gradle'
2 parents 0a6f64d + 78570a1 commit 7d29f9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build-openssl:
1616
$(GRADLE) buildOpenSSL
1717

1818
build:
19-
$(GRADLE) build
19+
$(GRADLE) android-database-sqlcipher:bundleRelease
2020

2121
publish-local-snapshot:
2222
@ $(collect-signing-info) \

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ ext {
5959
sqlcipherCFlags = "-DSQLITE_HAS_CODEC " +
6060
"-DSQLITE_SOUNDEX " +
6161
"-DHAVE_USLEEP=1 " +
62+
"-DSQLITE_MAX_VARIABLE_NUMBER=99999 " +
6263
"-DSQLITE_TEMP_STORE=3 " +
6364
"-DSQLITE_THREADSAFE=1 " +
6465
"-DSQLITE_DEFAULT_JOURNAL_SIZE_LIMIT=1048576 " +

0 commit comments

Comments
 (0)
0