Skip to content

Commit

Permalink
Upgrade compile SDK and build tools from SDK 34 to 35
Browse files Browse the repository at this point in the history
Keeps traget SDK at 34 to postpone edge-to-edge-enforcement.
  • Loading branch information
meikpiep committed Nov 3, 2024
1 parent eb31328 commit c76d491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gauguin-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ if (keystoreExists) {
}

android {
compileSdkVersion = "android-34"
buildToolsVersion = "34.0.0"
compileSdkVersion = "android-35"
buildToolsVersion = "35.0.0"

defaultConfig {
applicationId = "org.piepmeyer.gauguin"
Expand Down

0 comments on commit c76d491

Please sign in to comment.