We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2978b92 commit c32b5a9Copy full SHA for c32b5a9
android/clientlib-ktx/build.gradle
@@ -8,11 +8,11 @@ plugins {
8
android {
9
namespace = "com.solana.mobilewalletadapter.clientlib"
10
11
- compileSdk 33
+ compileSdk 34
12
13
defaultConfig {
14
minSdk 24
15
- targetSdk 33
+ targetSdk 34
16
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
consumerProguardFiles "consumer-rules.pro"
@@ -119,7 +119,7 @@ tasks.whenTaskAdded { task ->
119
120
dependencies {
121
api(project(":clientlib"))
122
- implementation 'androidx.core:core-ktx:1.9.0'
+ implementation 'androidx.core:core-ktx:1.12.0'
123
implementation "androidx.activity:activity-ktx:1.8.2"
124
implementation 'androidx.test.ext:junit-ktx:1.1.5'
125
0 commit comments