From 8546e35be0a31d20a3f8abc6952ab4edb860765d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:54:55 +0000 Subject: [PATCH] chore(deps): bump androidx.activity:activity-ktx in /android Bumps androidx.activity:activity-ktx from 1.6.1 to 1.8.2. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/clientlib-ktx/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/clientlib-ktx/build.gradle b/android/clientlib-ktx/build.gradle index 774ff5b85..116b62761 100644 --- a/android/clientlib-ktx/build.gradle +++ b/android/clientlib-ktx/build.gradle @@ -120,7 +120,7 @@ tasks.whenTaskAdded { task -> dependencies { api(project(":clientlib")) implementation 'androidx.core:core-ktx:1.9.0' - implementation "androidx.activity:activity-ktx:1.6.1" + implementation "androidx.activity:activity-ktx:1.8.2" implementation 'androidx.test.ext:junit-ktx:1.1.5' testImplementation 'junit:junit:4.13.2'