Revert "src(en/gogoanime) dead"

This reverts commit 4c49e1d097.
This commit is contained in:
Your Name 2025-04-17 18:55:01 +08:00
parent 4c49e1d097
commit f5022df5e3
8 changed files with 727 additions and 0 deletions

View file

@ -0,0 +1,14 @@
ext {
extName = 'Gogoanime'
extClass = '.GogoAnime'
extVersionCode = 87
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:streamwish-extractor'))
implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:gogostream-extractor'))
}