Skip to content

Commit

Permalink
chore: update compileSdk to API 35
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekir committed Nov 4, 2024
1 parent d4137a7 commit 63513a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
storePassword keystoreProperties['storePassword']
}
}
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.geeksville.mesh"
minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)
Expand Down

0 comments on commit 63513a5

Please sign in to comment.