fix(music/spoof-app-version): remove unintentional dependencies

This commit is contained in:
inotia00 2023-09-20 15:02:42 +09:00
parent 46c26e32f0
commit 68b34f0f37

View File

@ -6,7 +6,6 @@ import app.revanced.patcher.data.BytecodeContext
import app.revanced.patcher.patch.annotations.DependsOn import app.revanced.patcher.patch.annotations.DependsOn
import app.revanced.patcher.patch.annotations.Patch import app.revanced.patcher.patch.annotations.Patch
import app.revanced.patches.music.general.oldstylelibraryshelf.patch.OldStyleLibraryShelfPatch import app.revanced.patches.music.general.oldstylelibraryshelf.patch.OldStyleLibraryShelfPatch
import app.revanced.patches.music.navigation.sample.patch.SampleButtonPatch
import app.revanced.patches.music.utils.annotations.MusicCompatibility import app.revanced.patches.music.utils.annotations.MusicCompatibility
import app.revanced.patches.music.utils.settings.resource.patch.SettingsPatch import app.revanced.patches.music.utils.settings.resource.patch.SettingsPatch
import app.revanced.patches.shared.patch.versionspoof.AbstractVersionSpoofPatch import app.revanced.patches.shared.patch.versionspoof.AbstractVersionSpoofPatch
@ -19,7 +18,6 @@ import app.revanced.util.integrations.Constants.MUSIC_MISC_PATH
@DependsOn( @DependsOn(
[ [
OldStyleLibraryShelfPatch::class, OldStyleLibraryShelfPatch::class,
SampleButtonPatch::class,
SettingsPatch::class SettingsPatch::class
] ]
) )