feat: integrations patch

This commit is contained in:
oSumAtrIX
2022-04-12 20:59:06 +02:00
parent ca3a70f2a4
commit 19c0b0d194
2 changed files with 56 additions and 1 deletions

View File

@ -4,6 +4,7 @@ import app.revanced.patcher.patch.Patch
import app.revanced.patches.ad.VideoAds
import app.revanced.patches.interaction.EnableSeekbarTapping
import app.revanced.patches.layout.*
import app.revanced.patches.misc.Integrations
/**
* Index contains all the patches and should be imported when using this library.
@ -21,6 +22,7 @@ object Index {
::HideReels,
::HideSuggestions,
::OldQualityLayout,
::EnableSeekbarTapping
::EnableSeekbarTapping,
::Integrations
)
}