feat(Prime Video): Add Skip ads patch (#4824)

This commit is contained in:
hoodles
2025-05-06 00:40:45 -07:00
committed by GitHub
parent 0cf7a4c6be
commit bb672c4674
23 changed files with 244 additions and 0 deletions

View File

@ -0,0 +1,4 @@
dependencies {
compileOnly(project(":extensions:shared:library"))
compileOnly(project(":extensions:primevideo:stub"))
}