Skip to content

Commit

Permalink
fix: do not constrain amoled patch to versions (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ushie committed Aug 30, 2022
1 parent 85868db commit dfff01a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import app.revanced.patcher.annotation.Package

@Compatibility(
[Package(
"com.google.android.youtube", arrayOf("17.14.35", "17.17.34", "17.19.36", "17.20.37", "17.22.36", "17.23.35", "17.23.36", "17.24.34", "17.24.35", "17.25.34", "17.26.35", "17.27.39", "17.28.34", "17.29.34", "17.32.35", "17.33.42")
"com.google.android.youtube", arrayOf()
)]
)
@Target(AnnotationTarget.CLASS)
Expand Down

0 comments on commit dfff01a

Please sign in to comment.