11 lines
202 B
Groovy
11 lines
202 B
Groovy
ext {
|
|
extName = 'Ikiru'
|
|
extClass = '.Ikiru'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://ikiru.me'
|
|
overrideVersionCode = 5
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|