11 lines
198 B
Groovy
11 lines
198 B
Groovy
![]() |
ext {
|
||
|
extName = 'Raw18'
|
||
|
extClass = '.Raw18'
|
||
|
themePkg = 'wpcomics'
|
||
|
baseUrl = 'https://raw18.net'
|
||
|
overrideVersionCode = 0
|
||
|
isNsfw = true
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|