Tef 6ac91bca39 Add RawMangas (#1276)
* Added RawMangas

* Update src/ja/rawmangas/build.gradle

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Added ending newline in build.gradle

* remove extra newline

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-18 20:17:19 +00:00

11 lines
209 B
Groovy

ext {
extName = 'RawMangas'
extClass = '.RawMangas'
themePkg = 'madara'
baseUrl = 'https://raw-mangas.com'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"