1
0
Fork 0
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:
M66B 2024-10-13 15:22:23 +02:00
parent 63f51df94a
commit 6fafaa7ea3

View file

@ -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"