1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00
This commit is contained in:
M66B 2024-06-20 11:49:16 +02:00
parent 7723245495
commit 28ba65ed44

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