10 lines
193 B
Groovy
10 lines
193 B
Groovy
![]() |
ext {
|
||
|
extName = 'Manhwafull'
|
||
|
extClass = '.Manhwafull'
|
||
|
themePkg = 'madara'
|
||
|
baseUrl = 'https://manhwafull.com'
|
||
|
overrideVersionCode = 1
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|