We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba83c01 commit 2bbcf9dCopy full SHA for 2bbcf9d
patches/src/main/kotlin/app/revanced/patches/shared/misc/gms/GmsCoreSupportPatch.kt
@@ -52,8 +52,8 @@ fun gmsCoreSupportPatch(
52
block: BytecodePatchBuilder.() -> Unit = {},
53
) = bytecodePatch(
54
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.",
+ description = "Allows the app to work without root by using a different package name when patched " +
+ "using a GmsCore instead of Google Play Services.",
57
) {
58
val gmsCoreVendorGroupIdOption = stringOption(
59
key = "gmsCoreVendorGroupId",
0 commit comments