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

View file

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