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