mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-29 15:07:52 -05:00
android: Add early access upgrade fragment
We now have a second build flavor that will determine whether the "Get Early Access" button appears.
This commit is contained in:
@ -112,6 +112,12 @@ android {
|
||||
productFlavors {
|
||||
create("mainline") {
|
||||
dimension = "version"
|
||||
buildConfigField("Boolean", "PREMIUM", "false")
|
||||
}
|
||||
|
||||
create("ea") {
|
||||
dimension = "version"
|
||||
buildConfigField("Boolean", "PREMIUM", "true")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user