Skip to content

Commit 2eeadc8

Browse files
committed
update SQLCipher version and OpenSSL
1 parent 7d86f6b commit 2eeadc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Binary file not shown.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ allprojects {
2020
}
2121

2222
ext {
23-
clientVersionNumber = "4.3.0"
23+
clientVersionNumber = "4.4.0"
2424
mavenPackaging = "aar"
2525
mavenGroup = "net.zetetic"
2626
mavenArtifactId = "android-database-sqlcipher"
@@ -62,7 +62,7 @@ ext {
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"

0 commit comments

Comments
 (0)