diff --git a/app/build.gradle b/app/build.gradle index 575d9fa8a..4d2cd17c8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -246,7 +246,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.1' + implementation 'net.zetetic:android-database-sqlcipher:4.5.2' implementation "androidx.room:room-runtime:${roomVersion}" implementation "androidx.room:room-rxjava2:${roomVersion}"