File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,12 @@ ext {
55
55
minimumAndroidSdkVersion = 14
56
56
minimumAndroid64BitSdkVersion = 21
57
57
targetAndroidSdkVersion = 26
58
- nativeRootOutputDir = " ${ projectDir} /${ name} /src/main"
58
+ mainProjectName = " android-database-sqlcipher"
59
+ nativeRootOutputDir = " ${ projectDir} /${ mainProjectName} /src/main"
59
60
androidNativeRootDir = " ${ nativeRootOutputDir} /external/android-libs"
60
- sqlcipherDir = " ${ projectDir} /${ name } /src/main/external/sqlcipher"
61
+ sqlcipherDir = " ${ projectDir} /${ mainProjectName } /src/main/external/sqlcipher"
61
62
opensslVersion = " 1.1.1"
62
- opensslDir = " ${ projectDir} /${ name } /src/main/external/openssl-${ opensslVersion} "
63
+ opensslDir = " ${ projectDir} /${ mainProjectName } /src/main/external/openssl-${ opensslVersion} "
63
64
sqlcipherCFlags = " -DSQLITE_HAS_CODEC " +
64
65
" -DSQLITE_SOUNDEX " +
65
66
" -DHAVE_USLEEP=1 " +
You can’t perform that action at this time.
0 commit comments