fix(it/animeworld): 202 redirect proper fix #582

Merged
PGgamer2 merged 8 commits from patch-2 into main 2025-01-24 18:29:14 -06:00
Showing only changes of commit 4152a4f846 - Show all commits

View file

@ -1,7 +1,7 @@
ext {
extName = 'ANIMEWORLD.tv'
extClass = '.ANIMEWORLD'
extVersionCode = 41
extVersionCode = 42
}
apply from: "$rootDir/common.gradle"
@ -12,4 +12,4 @@ dependencies {
implementation(project(':lib:streamhidevid-extractor'))
implementation(project(':lib:vidguard-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
}
}