From 7af6fc82b7797627943783fcc539cfdce59945cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 13:46:11 +0000 Subject: [PATCH] Bump startup-runtime from 1.1.0 to 1.1.1 Bumps startup-runtime from 1.1.0 to 1.1.1. --- updated-dependencies: - dependency-name: androidx.startup:startup-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index e5506c0..ff2973f 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -70,7 +70,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-extensions:2.2.0") - api("androidx.startup:startup-runtime:1.1.0") + api("androidx.startup:startup-runtime:1.1.1") api("androidx.activity:activity-ktx:1.4.0") api("androidx.fragment:fragment-ktx:1.4.0")