|
|
|
@ -25,9 +25,9 @@ android {
|
|
|
|
// https://developer.android.com/studio/releases#api-level-support
|
|
|
|
// https://developer.android.com/studio/releases#api-level-support
|
|
|
|
defaultConfig {
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "eu.faircode.email"
|
|
|
|
applicationId "eu.faircode.email"
|
|
|
|
compileSdk = 36
|
|
|
|
compileSdk = 37
|
|
|
|
minSdkVersion 21
|
|
|
|
minSdkVersion 21
|
|
|
|
targetSdkVersion 36
|
|
|
|
targetSdkVersion 37
|
|
|
|
//targetSdkPreview "VanillaIceCream"
|
|
|
|
//targetSdkPreview "VanillaIceCream"
|
|
|
|
versionCode getVersionCode()
|
|
|
|
versionCode getVersionCode()
|
|
|
|
versionName "1." + getVersionCode()
|
|
|
|
versionName "1." + getVersionCode()
|
|
|
|
|