mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 23:12:55 +00:00
Removed Play store SDK limitation
This commit is contained in:
parent
90936ab700
commit
34c2631035
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ android {
|
|||
}
|
||||
play_beta {
|
||||
dimension "all"
|
||||
minSdkVersion 23
|
||||
//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\""
|
||||
|
@ -128,7 +128,7 @@ android {
|
|||
}
|
||||
play_release {
|
||||
dimension "all"
|
||||
minSdkVersion 23
|
||||
//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