* Remove usage of okhttp internal variables inaccessable or removed in new version of okhttp * lint * lint :2
11 lines
218 B
Groovy
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"
|