AwkwardPeak7 49ecc98bce
Remove usage of okhttp internal variables (#9216)
* Remove usage of okhttp internal variables

inaccessable or removed in new version of okhttp

* lint

* lint :2
2025-07-25 05:47:24 +01:00

11 lines
218 B
Groovy

ext {
extName = 'Ignis Comic'
extClass = '.IgnisComic'
themePkg = 'mangathemesia'
baseUrl = 'https://manhuaga.com'
overrideVersionCode = 3
isNsfw = false
}
apply from: "$rootDir/common.gradle"