From 68f9bc82ea93562fc727a43df58f6f2d89e3cadc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 10:58:18 +0000 Subject: [PATCH] Bump androidx.activity:activity-ktx from 1.7.1 to 1.7.2 Bumps androidx.activity:activity-ktx from 1.7.1 to 1.7.2. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e164c97..f9376ed 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ junit = { module = "junit:junit", version = "4.13.2" } # Sample app dependencies rx2-binding = { module = "com.jakewharton.rxbinding3:rxbinding-core", version = "3.1.0" } -androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.7.1" } +androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.7.2" } androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.5.7" } androidx-annotations = { module = "androidx.annotation:annotation", version = "1.6.0" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }