Fix anime world #39

Merged
mobby45 merged 8 commits from fixAnimeWorld into main 2024-07-09 23:25:30 -05:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 51123fa074 - Show all commits

View file

@ -1,7 +1,7 @@
ext { ext {
extName = 'AsianLoad' extName = 'AsianLoad'
extClass = '.AsianLoad' extClass = '.AsianLoad'
extVersionCode = 38 extVersionCode = 39
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"
@ -11,4 +11,4 @@ dependencies {
implementation(project(':lib:dood-extractor')) implementation(project(':lib:dood-extractor'))
implementation(project(':lib:mixdrop-extractor')) implementation(project(':lib:mixdrop-extractor'))
implementation(project(':lib:streamwish-extractor')) implementation(project(':lib:streamwish-extractor'))
} }

View file

@ -1,7 +1,7 @@
ext { ext {
extName = 'HentaiZM' extName = 'HentaiZM'
extClass = '.HentaiZM' extClass = '.HentaiZM'
extVersionCode = 2 extVersionCode = 3
isNsfw = true isNsfw = true
} }