From 14d7b70aff8faf02fb2dfb46af1d30d7e271759b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 04:19:42 +0000 Subject: [PATCH] Bump androidx.room:room-compiler from 2.5.1 to 2.5.2 Bumps androidx.room:room-compiler from 2.5.1 to 2.5.2. --- updated-dependencies: - dependency-name: androidx.room:room-compiler 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 1ab6d437b..1459c5f82 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -194,7 +194,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-common-java8:2.6.1' implementation 'androidx.viewpager2:viewpager2:1.0.0' implementation 'androidx.room:room-runtime:2.5.1' - annotationProcessor 'androidx.room:room-compiler:2.5.1' + annotationProcessor 'androidx.room:room-compiler:2.5.2' implementation 'com.artemzin.rxjava:proguard-rules:1.3.3.0' implementation 'com.squareup.okhttp3:okhttp:4.11.0' implementation 'com.squareup.moshi:moshi:1.15.0'