Raise min SDK to 23 for Play store

This commit is contained in:
M66B 2022-04-03 13:27:37 +02:00
parent cc41114862
commit 868c551c6d
1 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@ if (rootProject.file("local.properties").exists())
android {
compileSdkVersion 32
// https://apilevels.com/
defaultConfig {
applicationId "eu.faircode.email"
minSdkVersion 21
@ -185,7 +186,7 @@ android {
}
play {
dimension "all"
//minSdkVersion 23
minSdkVersion 23
buildConfigField "boolean", "TEST_RELEASE", "false"
buildConfigField "boolean", "BETA_RELEASE", "true"
buildConfigField "boolean", "PLAY_STORE_RELEASE", "true"
@ -204,7 +205,7 @@ android {
}
amazon {
dimension "all"
//minSdkVersion 23
minSdkVersion 23
buildConfigField "boolean", "TEST_RELEASE", "false"
buildConfigField "boolean", "BETA_RELEASE", "true"
buildConfigField "boolean", "PLAY_STORE_RELEASE", "false"