From c32b5a993ae224846d2cddd7936374c0d3cfe679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:23:51 -0700 Subject: [PATCH] chore(deps): bump androidx.core:core-ktx from 1.9.0 to 1.12.0 in /android (#691) * chore(deps): bump androidx.core:core-ktx in /android Bumps androidx.core:core-ktx from 1.9.0 to 1.12.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update build.gradle --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Martinez --- android/clientlib-ktx/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/clientlib-ktx/build.gradle b/android/clientlib-ktx/build.gradle index e06fe604..b96583ec 100644 --- a/android/clientlib-ktx/build.gradle +++ b/android/clientlib-ktx/build.gradle @@ -8,11 +8,11 @@ plugins { android { namespace = "com.solana.mobilewalletadapter.clientlib" - compileSdk 33 + compileSdk 34 defaultConfig { minSdk 24 - targetSdk 33 + targetSdk 34 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" @@ -119,7 +119,7 @@ tasks.whenTaskAdded { task -> dependencies { api(project(":clientlib")) - implementation 'androidx.core:core-ktx:1.9.0' + implementation 'androidx.core:core-ktx:1.12.0' implementation "androidx.activity:activity-ktx:1.8.2" implementation 'androidx.test.ext:junit-ktx:1.1.5'