Skip to content

Commit c32b5a9

Browse files
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] <support@github.com> * Update build.gradle --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Martinez <funkatronicsmail@gmail.com>
1 parent 2978b92 commit c32b5a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/clientlib-ktx/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ plugins {
88
android {
99
namespace = "com.solana.mobilewalletadapter.clientlib"
1010

11-
compileSdk 33
11+
compileSdk 34
1212

1313
defaultConfig {
1414
minSdk 24
15-
targetSdk 33
15+
targetSdk 34
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
consumerProguardFiles "consumer-rules.pro"
@@ -119,7 +119,7 @@ tasks.whenTaskAdded { task ->
119119

120120
dependencies {
121121
api(project(":clientlib"))
122-
implementation 'androidx.core:core-ktx:1.9.0'
122+
implementation 'androidx.core:core-ktx:1.12.0'
123123
implementation "androidx.activity:activity-ktx:1.8.2"
124124
implementation 'androidx.test.ext:junit-ktx:1.1.5'
125125

0 commit comments

Comments
 (0)