mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Require Android 6 for Play Store version
This commit is contained in:
parent
63f51df94a
commit
6fafaa7ea3
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ android {
|
|||
}
|
||||
play {
|
||||
dimension "all"
|
||||
//minSdkVersion 23
|
||||
minSdkVersion 23
|
||||
manifestPlaceholders.largeHeap = false
|
||||
manifestPlaceholders.build_uuid = UUID.nameUUIDFromBytes(("play" + getVersionCode() + getRevision()).getBytes()).toString();
|
||||
buildConfigField "boolean", "TEST_RELEASE", "false"
|
||||
|
|
Loading…
Reference in a new issue