diff --git a/app/build.gradle b/app/build.gradle index bf62d76d1..20413ff3d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -232,7 +232,7 @@ dependencies { compileOnly 'javax.annotation:javax.annotation-api:1.3.2' // Android only implementation 'org.greenrobot:eventbus:3.3.1' - implementation 'net.zetetic:android-database-sqlcipher:4.5.2' + implementation 'net.zetetic:android-database-sqlcipher:4.5.3' implementation "androidx.room:room-runtime:${roomVersion}" implementation "androidx.room:room-rxjava2:${roomVersion}"