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