10 lines
202 B
Groovy
10 lines
202 B
Groovy
ext {
|
|
extName = 'LilyumFansub'
|
|
extClass = '.LilyumFansub'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://lilyumfansub.com.tr'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|