We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f32ddd1 + 1735faf commit 726a19bCopy full SHA for 726a19b
build.gradle
@@ -24,7 +24,11 @@ allprojects {
24
}
25
26
project.ext {
27
- libraryVersion = "4.5.1"
+ if(project.hasProperty('sqlcipherAndroidVersion') && "${sqlcipherAndroidVersion}") {
28
+ libraryVersion = "${sqlcipherAndroidVersion}"
29
+ } else {
30
+ libraryVersion = "4.5.1"
31
+ }
32
androidXSQLiteVersion = "2.1.0"
33
androidNdkVersion = "23.0.7599858"
34
mavenLocalRepositoryPrefix = "file://"
0 commit comments