* Add Pijamalı Koi * Remove extra path segment unconditionally Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
11 lines
226 B
Groovy
11 lines
226 B
Groovy
ext {
|
||
extName = 'Pijamalı Koi'
|
||
extClass = '.PijamaliKoi'
|
||
themePkg = 'mangathemesia'
|
||
baseUrl = 'https://pijamalikoi.com/m'
|
||
overrideVersionCode = 0
|
||
isNsfw = false
|
||
}
|
||
|
||
apply from: "$rootDir/common.gradle"
|