fix(GmsCore support): Correct option name
This commit is contained in:
parent
cf22240c10
commit
6cbef5a48a
1 changed files with 1 additions and 2 deletions
|
|
@ -65,10 +65,9 @@ fun gmsCoreSupportPatch(
|
|||
"using a GmsCore instead of Google Play Services.",
|
||||
) {
|
||||
val gmsCoreVendorGroupIdOption = stringOption(
|
||||
key = "gmsCoreVendorGroupId",
|
||||
name = "GmsCore vendor group ID",
|
||||
default = "app.revanced",
|
||||
values = mapOf("ReVanced" to "app.revanced"),
|
||||
title = "GmsCore vendor group ID",
|
||||
description = "The vendor's group ID for GmsCore.",
|
||||
required = true,
|
||||
) { it!!.matches(Regex(PACKAGE_NAME_REGEX_PATTERN)) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue