Target Android 15

master
M66B 2 weeks ago
parent b874442a78
commit be2a8a279f

@ -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()

Loading…
Cancel
Save