Vetle Ledaal 33afc95944
Add Pijamalı Koi (#3973)
* 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>
2024-07-14 14:40:58 +01:00

11 lines
226 B
Groovy
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ext {
extName = 'Pijamalı Koi'
extClass = '.PijamaliKoi'
themePkg = 'mangathemesia'
baseUrl = 'https://pijamalikoi.com/m'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"