Skip to content

Commit

Permalink
Set target SDK = 35
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Sep 13, 2024
1 parent dee8542 commit 7fa6eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ android {
// https://apilevels.com/
defaultConfig {
applicationId "eu.faircode.email"
compileSdk 34
compileSdk 35
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
//targetSdkPreview "VanillaIceCream"
versionCode getVersionCode()
versionName "1." + getVersionCode()
Expand Down

0 comments on commit 7fa6eca

Please sign in to comment.