From 624e6b7c56345aa09df8c8dd07cc11873a3e5df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 17:15:08 +0000 Subject: [PATCH] Bump requery-android from 1.5.1 to 1.6.1 Bumps [requery-android](https://github.com/requery/requery) from 1.5.1 to 1.6.1. - [Release notes](https://github.com/requery/requery/releases) - [Changelog](https://github.com/requery/requery/blob/master/CHANGELOG.md) - [Commits](https://github.com/requery/requery/commits) 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 11f4f6121..79b896788 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -191,7 +191,7 @@ dependencies { // Android only implementation 'org.greenrobot:eventbus:3.1.1' implementation 'io.requery:requery:1.5.1' - implementation 'io.requery:requery-android:1.5.1' + implementation 'io.requery:requery-android:1.6.1' implementation 'net.zetetic:android-database-sqlcipher:3.5.9' kapt 'io.requery:requery-processor:1.6.1' implementation 'org.parceler:parceler-api:1.1.12'