Skip to content

Commit e25a303

Browse files
committed
refactor: Move integrations to correct package
1 parent caf9130 commit e25a303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ abstract class BaseGmsCoreSupportPatch(
9696
// Check the availability of GmsCore.
9797
mainActivityOnCreateFingerprint.result?.mutableMethod?.addInstruction(
9898
1, // Hack to not disturb other patches (such as the integrations patch).
99-
"invoke-static {}, Lapp/revanced/integrations/youtube/patches/GmsCoreSupport;->checkAvailability()V",
99+
"invoke-static {}, Lapp/revanced/integrations/shared/GmsCoreSupport;->checkAvailability()V",
100100
) ?: throw mainActivityOnCreateFingerprint.exception
101101

102102
// Change the vendor of GmsCore in ReVanced Integrations.

0 commit comments

Comments
 (0)