Smol Ame 17300b3bd0
ManhwaDesu: Update domain URL (#7638)
* ManhwaDesu: Bump versionCode

* ManhwaDesu: Update baseURL

* ManhwaDesu: Update icons
2025-02-23 21:31:15 +00:00

11 lines
217 B
Groovy

ext {
extName = 'ManhwaDesu'
extClass = '.ManhwaDesu'
themePkg = 'mangathemesia'
baseUrl = 'https://manhwadesu.ws'
overrideVersionCode = 7
isNsfw = true
}
apply from: "$rootDir/common.gradle"