From fd3c41a2503ea95e7be9ca0ce5eb44e5af6426a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 23:21:43 +0000 Subject: [PATCH] Bump realmfieldnameshelper from 1.1.1 to 2.0.0 Bumps [realmfieldnameshelper](https://github.com/cmelchior/realmfieldnameshelper) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/cmelchior/realmfieldnameshelper/releases) - [Changelog](https://github.com/cmelchior/realmfieldnameshelper/blob/master/CHANGELOG.md) - [Commits](https://github.com/cmelchior/realmfieldnameshelper/commits) Signed-off-by: dependabot[bot] --- matrix-sdk-android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle index cd3fe0b83b..3ade9f7214 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -145,7 +145,7 @@ dependencies { // Database implementation 'com.github.Zhuinden:realm-monarchy:0.7.1' - kapt 'dk.ilios:realmfieldnameshelper:1.1.1' + kapt 'dk.ilios:realmfieldnameshelper:2.0.0' // Work implementation "androidx.work:work-runtime-ktx:$work_version"