AbdullahM0hamed 9603e6e80d
Madara Updates (#4560)
* Update source_bug.md

* Add NazarickScans

* add mangaspark

* add mangastarz

* Add MysticalMerries

* Add AniMangaEs

* Add MangaNine and MarkScans

* Update build.gradle: I remembered to do this!

Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2020-10-08 18:01:11 -04:00

14 lines
297 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 141
libVersion = '1.2'
containsNsfw = true
}
apply from: "$rootDir/common.gradle"