Riztard Lanthorn 050636f172
Open Madara PR (#5585)
* Madara fix PMScans timeStamp

* add source

add Raw Mangas
add SiXiang Scans

* nsfw
2021-02-02 06:50:54 -05: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 = 177
libVersion = '1.2'
containsNsfw = true
}
apply from: "$rootDir/common.gradle"