
* 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
207 B
Groovy
11 lines
207 B
Groovy
ext {
|
|
extName = 'ManhwaZ'
|
|
extClass = '.ManhwaZCom'
|
|
themePkg = 'manhwaz'
|
|
baseUrl = 'https://manhwaz.com'
|
|
overrideVersionCode = 35
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|