10 lines
189 B
Groovy
10 lines
189 B
Groovy
ext {
|
|
extName = 'Harimanga'
|
|
extClass = '.Harimanga'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://harimanga.me'
|
|
overrideVersionCode = 4
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|