Skip to content

Commit

Permalink
Sync compile and target versions for all modules (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur2136 authored May 8, 2024
1 parent a1c2caa commit 045f607
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 33
compileSdk 34

defaultConfig {
minSdk 19
targetSdk 33
targetSdk 34
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 33
compileSdk 34

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

Expand Down

0 comments on commit 045f607

Please sign in to comment.