Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android SDK 35 #1042

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/clientlib-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ plugins {
android {
namespace = "com.solana.mobilewalletadapter.clientlib"

compileSdk 34
compileSdk 35

defaultConfig {
minSdk 24
targetSdk 34
targetSdk 35

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
4 changes: 2 additions & 2 deletions android/clientlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ plugins {
android {
namespace = "com.solana.mobilewalletadapter.clientlib"

compileSdk 34
compileSdk 35

defaultConfig {
minSdk 19
targetSdk 34
targetSdk 35
consumerProguardFiles "consumer-rules.pro"
}

Expand Down
4 changes: 2 additions & 2 deletions android/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ plugins {
android {
namespace = "com.solana.mobilewalletadapter.common"

compileSdk 34
compileSdk 35

defaultConfig {
minSdk 19
targetSdk 34
targetSdk 35
consumerProguardFiles "consumer-rules.pro"
}

Expand Down
4 changes: 2 additions & 2 deletions android/fakedapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ plugins {
android {
namespace = "com.solana.mobilewalletadapter.fakedapp"

compileSdk 34
compileSdk 35

defaultConfig {
applicationId "com.solana.mobilewalletadapter.fakedapp"
minSdk 23
targetSdk 34
targetSdk 35
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions android/fakewallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ plugins {
android {
namespace = "com.solana.mobilewalletadapter.fakewallet"

compileSdk 34
compileSdk 35

defaultConfig {
applicationId "com.solana.mobilewalletadapter.fakewallet"
minSdk 23
targetSdk 34
targetSdk 35
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions android/walletlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ plugins {
android {
namespace = "com.solana.mobilewalletadapter.walletlib"

compileSdk 34
compileSdk 35

defaultConfig {
minSdk 23
targetSdk 34
targetSdk 35
consumerProguardFiles "consumer-rules.pro"
}

Expand Down
Loading