Browse Source

Bump android-database-sqlcipher from 4.5.1 to 4.5.2

Bumps [android-database-sqlcipher](https://github.com/sqlcipher/android-database-sqlcipher) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/sqlcipher/android-database-sqlcipher/releases)
- [Commits](https://github.com/sqlcipher/android-database-sqlcipher/compare/v4.5.1...v4.5.2)

---
updated-dependencies:
- dependency-name: net.zetetic:android-database-sqlcipher
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 years ago
parent
commit
a916ba2189
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -246,7 +246,7 @@ dependencies {
     compileOnly 'javax.annotation:javax.annotation-api:1.3.2'
     compileOnly 'javax.annotation:javax.annotation-api:1.3.2'
     // Android only
     // Android only
     implementation 'org.greenrobot:eventbus:3.3.1'
     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-runtime:${roomVersion}"
     implementation "androidx.room:room-rxjava2:${roomVersion}"
     implementation "androidx.room:room-rxjava2:${roomVersion}"