File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
android-database-sqlcipher Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33MINIMUM_ANDROID_SDK_VERSION=$1
44MINIMUM_ANDROID_64_BIT_SDK_VERSION=$2
5- OPENSSL=openssl-1.1.1
5+ OPENSSL=openssl-$3
66
77(cd src/main/external/;
88 gunzip -c ${OPENSSL} .tar.gz | tar xf -
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ task buildOpenSSL () {
88 workingDir " ${ projectDir} "
99 commandLine " ./build-openssl-libraries.sh" ,
1010 " ${ minimumAndroidSdkVersion} " ,
11- " ${ minimumAndroid64BitSdkVersion} "
11+ " ${ minimumAndroid64BitSdkVersion} " ,
12+ " ${ opensslVersion} "
1213 }
1314 }
1415}
Original file line number Diff line number Diff line change 6464 nativeRootOutputDir = " ${ projectDir} /${ mainProjectName} /src/main"
6565 androidNativeRootDir = " ${ nativeRootOutputDir} /external/android-libs"
6666 sqlcipherDir = " ${ projectDir} /${ mainProjectName} /src/main/external/sqlcipher"
67- opensslVersion = " 1.1.1 "
67+ opensslVersion = " 1.1.1b "
6868 opensslDir = " ${ projectDir} /${ mainProjectName} /src/main/external/openssl-${ opensslVersion} "
6969 if (project. hasProperty(' debugBuild' ) && debugBuild. toBoolean()) {
7070 otherSqlcipherCFlags = " "
You can’t perform that action at this time.
0 commit comments