Target Android 15

This commit is contained in:
M66B 2024-06-19 10:02:09 +02:00
parent b874442a78
commit be2a8a279f
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()