From 142b610d7d57a35f63f5cf39fea05d793f039b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:53:42 -0400 Subject: [PATCH] Gradle: Bump androidx.activity:activity-ktx from 1.9.2 to 1.9.3 (#49) Bumps androidx.activity:activity-ktx from 1.9.2 to 1.9.3. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c1fb511..6203dc1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'com.google.android.material:material:1.12.0' - implementation 'androidx.activity:activity-ktx:1.9.2' + implementation 'androidx.activity:activity-ktx:1.9.3' implementation 'androidx.fragment:fragment-ktx:1.8.4' implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation "io.reactivex.rxjava3:rxjava:3.1.9"