11 lines
233 B
Groovy
11 lines
233 B
Groovy
ext {
|
|
extName = 'Guilda Tier Draw'
|
|
extClass = '.GuildaTierDraw'
|
|
themePkg = 'zeistmanga'
|
|
baseUrl = 'https://www.guildatierdraw.top'
|
|
overrideVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|