10 lines
195 B
Groovy
10 lines
195 B
Groovy
ext {
|
|
extName = 'Genz Toons'
|
|
extClass = '.GenzToons'
|
|
themePkg = 'keyoapp'
|
|
baseUrl = 'https://genzupdates.com'
|
|
overrideVersionCode = 30
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|