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.
1 parent ce1d19f commit 797ee61Copy full SHA for 797ee61
build.gradle
@@ -28,7 +28,7 @@ project.ext {
28
if(project.hasProperty('sqlcipherAndroidVersion') && "${sqlcipherAndroidVersion}") {
29
libraryVersion = "${sqlcipherAndroidVersion}"
30
} else {
31
- libraryVersion = "4.6.0"
+ libraryVersion = "undefined"
32
}
33
minSdkVersion = 21
34
androidXSQLiteVersion = "2.2.0"
0 commit comments