Revert "Target Android 15"

This reverts commit be2a8a279f.
This commit is contained in:
M66B 2024-06-19 20:10:28 +02:00
parent 2e056275d6
commit b79ea5717c
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 35
compileSdk 34
minSdkVersion 21
targetSdkVersion 35
targetSdkVersion 34
//targetSdkPreview "VanillaIceCream"
versionCode getVersionCode()
versionName "1." + getVersionCode()