File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
android-database-sqlcipher/src/main/external Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ allprojects {
2020}
2121
2222ext {
23- clientVersionNumber = " 4.3 .0"
23+ clientVersionNumber = " 4.4 .0"
2424 mavenPackaging = " aar"
2525 mavenGroup = " net.zetetic"
2626 mavenArtifactId = " android-database-sqlcipher"
6262 nativeRootOutputDir = " ${ projectDir} /${ mainProjectName} /src/main"
6363 androidNativeRootDir = " ${ nativeRootOutputDir} /external/android-libs"
6464 sqlcipherDir = " ${ projectDir} /${ mainProjectName} /src/main/external/sqlcipher"
65- opensslVersion = " 1.1.1d "
65+ opensslVersion = " 1.1.1g "
6666 opensslDir = " ${ projectDir} /${ mainProjectName} /src/main/external/openssl-${ opensslVersion} "
6767 if (project. hasProperty(' debugBuild' ) && debugBuild. toBoolean()) {
6868 otherSqlcipherCFlags = " -fstack-protector-all"
You can’t perform that action at this time.
0 commit comments