Skip to content

Commit 797ee61

Browse files
Specify library version as undefined when not provided to Gradle
1 parent ce1d19f commit 797ee61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project.ext {
2828
if(project.hasProperty('sqlcipherAndroidVersion') && "${sqlcipherAndroidVersion}") {
2929
libraryVersion = "${sqlcipherAndroidVersion}"
3030
} else {
31-
libraryVersion = "4.6.0"
31+
libraryVersion = "undefined"
3232
}
3333
minSdkVersion = 21
3434
androidXSQLiteVersion = "2.2.0"

0 commit comments

Comments
 (0)