fix(GmsCore Support): Correct the description to refer to the app being patched
This commit is contained in:
parent
6114807c43
commit
96512de6c9
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ fun gmsCoreSupportPatch(
|
|||
block: BytecodePatchBuilder.() -> Unit = {},
|
||||
) = bytecodePatch(
|
||||
name = "GmsCore support",
|
||||
description = "Allows patched Google apps to run without root and under a different package name " +
|
||||
"by using GmsCore instead of Google Play Services.",
|
||||
description = "Allows the app to work without root by using a different package name when patched " +
|
||||
"using a GmsCore instead of Google Play Services.",
|
||||
) {
|
||||
val gmsCoreVendorGroupIdOption = stringOption(
|
||||
key = "gmsCoreVendorGroupId",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue