Skip to content

Commit

Permalink
Update to SDK 35
Browse files Browse the repository at this point in the history
  • Loading branch information
maxroehrl committed Aug 14, 2024
1 parent 5a13b2d commit 62adc80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ android {
keyPassword = "1234567890"
}
}
compileSdk = 34
buildToolsVersion = "34.0.0"
compileSdk = 35
buildToolsVersion = "35.0.0"

defaultConfig {
applicationId = "de.max.roehrl.vueddit2"
minSdk = 21
targetSdk = 34
targetSdk = 35
versionCode = 2
versionName = "1.0.1"

Expand Down

0 comments on commit 62adc80

Please sign in to comment.