From 500a283ce14ac9665ba848dd7a5cc3dc9992aaff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 00:12:40 +0000 Subject: [PATCH] Bump room-runtime from 2.2.6 to 2.4.3 Bumps room-runtime from 2.2.6 to 2.4.3. --- updated-dependencies: - dependency-name: androidx.room:room-runtime dependency-type: direct:production update-type: version-update:semver-minor ... 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 b0c31ed2..33d78aa3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation "com.squareup.okhttp3:logging-interceptor:$okHttpVersion" implementation "io.reactivex:rxandroid:1.2.1" implementation "io.reactivex:rxjava:1.3.8" - implementation 'androidx.room:room-runtime:2.2.6' + implementation 'androidx.room:room-runtime:2.4.3' implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0' implementation 'androidx.lifecycle:lifecycle-common-java8:2.3.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"