11 lines
218 B
Groovy
11 lines
218 B
Groovy
![]() |
ext {
|
||
|
extName = 'InstaManhwa'
|
||
|
extClass = '.InstaManhwa'
|
||
|
themePkg = 'madara'
|
||
|
baseUrl = 'https://www.instamanhwa.com'
|
||
|
overrideVersionCode = 1
|
||
|
isNsfw = true
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|