9 lines
194 B
Groovy
9 lines
194 B
Groovy
|
ext {
|
||
|
extName = 'TRAnimeCI'
|
||
|
extClass = '.TRAnimeCI'
|
||
|
themePkg = 'animestream'
|
||
|
baseUrl = 'https://tranimaci.com'
|
||
|
overrideVersionCode = 1
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|