Target SDK 36

pull/217/head
M66B 6 months ago
parent 525a474ae0
commit 567f34f29e

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

Loading…
Cancel
Save