Skip to content

Commit 2bbcf9d

Browse files
authored
fix(GmsCore Support): Correct the description to refer to the app being patched
1 parent ba83c01 commit 2bbcf9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/src/main/kotlin/app/revanced/patches/shared/misc/gms/GmsCoreSupportPatch.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ fun gmsCoreSupportPatch(
5252
block: BytecodePatchBuilder.() -> Unit = {},
5353
) = bytecodePatch(
5454
name = "GmsCore support",
55-
description = "Allows patched Google apps to run without root and under a different package name " +
56-
"by using GmsCore instead of Google Play Services.",
55+
description = "Allows the app to work without root by using a different package name when patched " +
56+
"using a GmsCore instead of Google Play Services.",
5757
) {
5858
val gmsCoreVendorGroupIdOption = stringOption(
5959
key = "gmsCoreVendorGroupId",

0 commit comments

Comments
 (0)