Skip to content

Commit 726a19b

Browse files
Merge remote-tracking branch 'zetetic/master'
2 parents f32ddd1 + 1735faf commit 726a19b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ allprojects {
2424
}
2525

2626
project.ext {
27-
libraryVersion = "4.5.1"
27+
if(project.hasProperty('sqlcipherAndroidVersion') && "${sqlcipherAndroidVersion}") {
28+
libraryVersion = "${sqlcipherAndroidVersion}"
29+
} else {
30+
libraryVersion = "4.5.1"
31+
}
2832
androidXSQLiteVersion = "2.1.0"
2933
androidNdkVersion = "23.0.7599858"
3034
mavenLocalRepositoryPrefix = "file://"

0 commit comments

Comments
 (0)