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,17 @@
plugins {
id(libs.plugins.android.library.get().pluginId)
}
android {
namespace = "app.revanced.extension"
compileSdk = 34
defaultConfig {
minSdk = 21
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
}