Merge pull request #2643 from nextcloud/dependabot/gradle/net.zetetic-android-database-sqlcipher-4.5.3

Bump android-database-sqlcipher from 4.5.2 to 4.5.3
This commit is contained in:
Andy Scherzinger 2022-12-21 10:43:46 +01:00 committed by GitHub
commit 76b708489c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}"