
* 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>
14 lines
297 B
Groovy
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"
|