android: Remove early access fragment and home setting item

This commit is contained in:
Briar 2025-04-01 18:45:52 +02:00
parent 6c5f0cdc6c
commit 5bf118114d
7 changed files with 0 additions and 369 deletions

View file

@ -146,12 +146,10 @@ android {
create("mainline") {
isDefault = true
dimension = "version"
buildConfigField("Boolean", "PREMIUM", "false")
}
create("ea") {
dimension = "version"
buildConfigField("Boolean", "PREMIUM", "true")
applicationIdSuffix = ".ea"
}
}