mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Play store release for Android 6+
This commit is contained in:
parent
05d999d164
commit
8cefb4af1e
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,7 @@ android {
|
|||
}
|
||||
play_beta {
|
||||
dimension "all"
|
||||
minSdkVersion 23
|
||||
buildConfigField "boolean", "BETA_RELEASE", "true"
|
||||
buildConfigField "boolean", "PLAY_STORE_RELEASE", "true"
|
||||
buildConfigField "String", "INVITE_URI", "\"https://play.google.com/store/apps/details?id=eu.faircode.email\""
|
||||
|
@ -109,6 +110,7 @@ android {
|
|||
}
|
||||
play_release {
|
||||
dimension "all"
|
||||
minSdkVersion 23
|
||||
buildConfigField "boolean", "BETA_RELEASE", "false"
|
||||
buildConfigField "boolean", "PLAY_STORE_RELEASE", "true"
|
||||
buildConfigField "String", "INVITE_URI", "\"https://play.google.com/store/apps/details?id=eu.faircode.email\""
|
||||
|
|
Loading…
Reference in a new issue