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 {
20
20
}
21
21
22
22
ext {
23
- clientVersionNumber = " 4.3 .0"
23
+ clientVersionNumber = " 4.4 .0"
24
24
mavenPackaging = " aar"
25
25
mavenGroup = " net.zetetic"
26
26
mavenArtifactId = " android-database-sqlcipher"
62
62
nativeRootOutputDir = " ${ projectDir} /${ mainProjectName} /src/main"
63
63
androidNativeRootDir = " ${ nativeRootOutputDir} /external/android-libs"
64
64
sqlcipherDir = " ${ projectDir} /${ mainProjectName} /src/main/external/sqlcipher"
65
- opensslVersion = " 1.1.1d "
65
+ opensslVersion = " 1.1.1g "
66
66
opensslDir = " ${ projectDir} /${ mainProjectName} /src/main/external/openssl-${ opensslVersion} "
67
67
if (project. hasProperty(' debugBuild' ) && debugBuild. toBoolean()) {
68
68
otherSqlcipherCFlags = " -fstack-protector-all"
You can’t perform that action at this time.
0 commit comments