Skip to content

Commit ce7026a

Browse files
Merge pull request #563 from brodybits/remove-outdated-openssl-version-from-build
remove outdated opensslVersion from build.gradle
2 parents 68e77a8 + bebb197 commit ce7026a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ ext {
6464
compileAndroidSdkVersion = 26
6565
mainProjectName = "android-database-sqlcipher"
6666
nativeRootOutputDir = "${projectDir}/${mainProjectName}/src/main"
67-
opensslVersion = "1.1.1g"
6867
if(project.hasProperty('sqlcipherRoot')) {
6968
sqlcipherDir = "${sqlcipherRoot}"
7069
}

0 commit comments

Comments
 (0)