mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Revert "Drop support for Android 5 / Play store"
This reverts commit dbfeadb728
.
This commit is contained in:
parent
dbfeadb728
commit
c69394e7b9
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ android {
|
|||
}
|
||||
play {
|
||||
dimension "all"
|
||||
minSdkVersion 23
|
||||
//minSdkVersion 23
|
||||
buildConfigField "boolean", "BETA_RELEASE", "true"
|
||||
buildConfigField "boolean", "PLAY_STORE_RELEASE", "true"
|
||||
buildConfigField "String", "PRO_FEATURES_URI", "\"https://email.faircode.eu/#pro\""
|
||||
|
|
Loading…
Reference in a new issue