11 lines
200 B
Groovy
11 lines
200 B
Groovy
ext {
|
|
extName = 'Guya'
|
|
extClass = '.Guya'
|
|
themePkg = 'guya'
|
|
baseUrl = 'https://guya.cubari.moe'
|
|
overrideVersionCode = 18
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|