Set target SDK = 35

This commit is contained in:
M66B 2024-09-13 08:19:31 +02:00
parent dee85427ae
commit 7fa6ecaef2
1 changed files with 2 additions and 2 deletions

View File

@ -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()