10 lines
201 B
Groovy
10 lines
201 B
Groovy
ext {
|
|
extName = 'Kappa Beast'
|
|
extClass = '.KappaBeast'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://kappabeast.com'
|
|
overrideVersionCode = 1
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|