Skip to content

Commit

Permalink
Update compileSdk and targetSdk to 35 (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlaver authored Nov 4, 2024
1 parent 0e41c30 commit cc33c72
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions SeedVaultSimulator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {

android {
namespace 'com.solanamobile.seedvaultimpl'
compileSdk 34
compileSdk 35

signingConfigs {
create("simulator") {
Expand All @@ -28,7 +28,7 @@ android {
defaultConfig {
applicationId "com.solanamobile.seedvaultimpl"
minSdk 31
targetSdk 34
targetSdk 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions cts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ plugins {

android {
namespace 'com.solanamobile.seedvault.cts'
compileSdk 34
compileSdk 35

defaultConfig {
applicationId "com.solanamobile.seedvault.cts"
minSdk 33
targetSdk 34
targetSdk 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions fakewallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ plugins {

android {
namespace 'com.solanamobile.fakewallet'
compileSdk 34
compileSdk 35

defaultConfig {
applicationId "com.solanamobile.fakewallet"
minSdk 31
targetSdk 34
targetSdk 35
versionCode 1
versionName "1.0"

Expand Down
2 changes: 1 addition & 1 deletion seedvault/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

android {
namespace = 'com.solanamobile.seedvault'
compileSdk 34
compileSdk 35

defaultConfig {
// Note: 'minSdk 17' ensures that the library can be used with apps targeting much older
Expand Down
2 changes: 1 addition & 1 deletion ui/apptheme/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

android {
namespace 'com.solanamobile.ui.apptheme'
compileSdk 34
compileSdk 35

defaultConfig {
minSdk 31
Expand Down

0 comments on commit cc33c72

Please sign in to comment.