Set target SDK = 35

master
M66B 3 weeks ago
parent dee85427ae
commit 7fa6ecaef2

@ -24,9 +24,9 @@ android {
// https://apilevels.com/ // https://apilevels.com/
defaultConfig { defaultConfig {
applicationId "eu.faircode.email" applicationId "eu.faircode.email"
compileSdk 34 compileSdk 35
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 35
//targetSdkPreview "VanillaIceCream" //targetSdkPreview "VanillaIceCream"
versionCode getVersionCode() versionCode getVersionCode()
versionName "1." + getVersionCode() versionName "1." + getVersionCode()

Loading…
Cancel
Save