beerpsi a95fa2dd5c Make ManhwaZ a multisrc + Add UmeTruyen (#1495)
* 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>
2024-02-27 20:53:49 +00:00

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"