Revert "Target Android 15"

This reverts commit be2a8a279f.
master
M66B 2 weeks ago
parent 2e056275d6
commit b79ea5717c

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

Loading…
Cancel
Save