fix(GmsCore support): Correct option name

This commit is contained in:
oSumAtrIX 2026-03-20 23:55:21 +01:00
parent cf22240c10
commit 6cbef5a48a
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -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)) }