11 lines
225 B
Groovy
11 lines
225 B
Groovy
ext {
|
|
extName = 'Manhwa Freake'
|
|
extClass = '.ManhwaFreake'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://manhwafreake.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|