Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Oct 17, 2024
1 parent 4a45ef5 commit eee4e90
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import app.revanced.patches.music.misc.extension.sharedExtensionPatch
import app.revanced.patches.music.misc.gms.Constants.MUSIC_PACKAGE_NAME
import app.revanced.patches.music.misc.gms.Constants.REVANCED_MUSIC_PACKAGE_NAME
import app.revanced.patches.shared.castContextFetchFingerprint
import app.revanced.patches.shared.castDynamiteModuleV2Fingerprint
import app.revanced.patches.shared.misc.gms.gmsCoreSupportPatch
import app.revanced.patches.shared.primeMethodFingerprint

Expand All @@ -15,7 +14,6 @@ val gmsCoreSupportPatch = gmsCoreSupportPatch(
toPackageName = REVANCED_MUSIC_PACKAGE_NAME,
primeMethodFingerprint = primeMethodFingerprint,
earlyReturnFingerprints = setOf(
castDynamiteModuleV2Fingerprint,
castContextFetchFingerprint,
),
mainActivityOnCreateFingerprint = musicActivityOnCreateFingerprint,
Expand Down

0 comments on commit eee4e90

Please sign in to comment.