refactor: Move integrations to correct package
This commit is contained in:
parent
8c226c4bdc
commit
df9361ea2b
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ abstract class BaseGmsCoreSupportPatch(
|
||||||
// Check the availability of GmsCore.
|
// Check the availability of GmsCore.
|
||||||
mainActivityOnCreateFingerprint.result?.mutableMethod?.addInstruction(
|
mainActivityOnCreateFingerprint.result?.mutableMethod?.addInstruction(
|
||||||
1, // Hack to not disturb other patches (such as the integrations patch).
|
1, // Hack to not disturb other patches (such as the integrations patch).
|
||||||
"invoke-static {}, Lapp/revanced/integrations/youtube/patches/GmsCoreSupport;->checkAvailability()V",
|
"invoke-static {}, Lapp/revanced/integrations/shared/GmsCoreSupport;->checkAvailability()V",
|
||||||
) ?: throw mainActivityOnCreateFingerprint.exception
|
) ?: throw mainActivityOnCreateFingerprint.exception
|
||||||
|
|
||||||
// Change the vendor of GmsCore in ReVanced Integrations.
|
// Change the vendor of GmsCore in ReVanced Integrations.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue