happywillow0 c1cdde5775 [New] MangaMx (#1691)
* Add MangaMx

* Update MangaMx.kt

* Add Icons

* Fix Author

Checks if Author exists or not

* Update pageListParse as json 

While regex is nice, switched page list processing to json parsing
2019-10-30 22:15:38 -04:00

18 lines
387 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: MangaMx'
pkgNameSuffix = 'es.mangamx'
extClass = '.MangaMx'
extVersionCode = 1
libVersion = '1.2'
}
dependencies {
compileOnly 'com.google.code.gson:gson:2.8.5'
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
}
apply from: "$rootDir/common.gradle"