
* 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>
11 lines
209 B
Groovy
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"
|