Target SDK 36

This commit is contained in:
M66B
2025-03-22 08:26:15 +01:00
parent 525a474ae0
commit 567f34f29e

View File

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