10 lines
179 B
Groovy
10 lines
179 B
Groovy
ext {
|
|
extName = 'Kedi.to'
|
|
extClass = '.Kedito'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://kedi.to'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|