Skip to content

Commit 4af55dc

Browse files
Bump default library version number
1 parent 9ce46d5 commit 4af55dc

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
@@ -27,7 +27,7 @@ project.ext {
2727
if(project.hasProperty('sqlcipherAndroidVersion') && "${sqlcipherAndroidVersion}") {
2828
libraryVersion = "${sqlcipherAndroidVersion}"
2929
} else {
30-
libraryVersion = "4.5.1"
30+
libraryVersion = "4.5.3"
3131
}
3232
androidXSQLiteVersion = "2.1.0"
3333
androidNdkVersion = "23.0.7599858"

0 commit comments

Comments
 (0)