11 lines
207 B
Groovy
11 lines
207 B
Groovy
ext {
|
|
extName = 'ReYume'
|
|
extClass = '.ReYume'
|
|
themePkg = 'makaru'
|
|
baseUrl = 'https://www.re-yume.my.id'
|
|
overrideVersionCode = 35
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|