Skip to content

Commit

Permalink
feat: GeneralBytecodeAds and GeneralResourceAds patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 4, 2022
1 parent 85806bb commit f99bbef
Show file tree
Hide file tree
Showing 3 changed files with 565 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package app.revanced.patches.youtube.ad.general.annotation

import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package

@Compatibility(
[Package(
"com.google.android.youtube", arrayOf("17.19.36", "17.20.37")
)]
)
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
internal annotation class GeneralAdsCompatibility

Loading

0 comments on commit f99bbef

Please sign in to comment.