Update build.gradle

Update build.gradle
This commit is contained in:
almightyhak 2024-07-09 23:39:26 +07:00 committed by almightyhak
parent ff673165d7
commit 509bbb3028
2 changed files with 3 additions and 3 deletions

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
} }