From a916ba2189f917f6409d8826b4ff783f883520ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 01:06:49 +0000 Subject: [PATCH] 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index db4115b96..b21e69379 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}"