From 2bbcf9d82ca2f442572a6aa886cc611b0d56ff0a Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 24 Apr 2025 20:48:12 +0200 Subject: [PATCH] fix(GmsCore Support): Correct the description to refer to the app being patched --- .../revanced/patches/shared/misc/gms/GmsCoreSupportPatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/shared/misc/gms/GmsCoreSupportPatch.kt b/patches/src/main/kotlin/app/revanced/patches/shared/misc/gms/GmsCoreSupportPatch.kt index 694d471f7..19e1bad96 100644 --- a/patches/src/main/kotlin/app/revanced/patches/shared/misc/gms/GmsCoreSupportPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/shared/misc/gms/GmsCoreSupportPatch.kt @@ -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",