
* Make ManhwaZ a multisrc + Add UmeTruyen * Forgot to commit the most important stuff * icons * Update src/en/manhwaz/build.gradle Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * Don't use GlobalScope * Remove useless optin * Add CoroutineScope import --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
11 lines
210 B
Groovy
11 lines
210 B
Groovy
ext {
|
|
extName = "SayHentai"
|
|
extClass = ".SayHentai"
|
|
themePkg = "manhwaz"
|
|
baseUrl = "https://sayhentai.club"
|
|
overrideVersionCode = 3
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|