TechnoJo4 f4916310f1
Add EliMangas (#4276)
* Add EliMangas

* ???????

* Covers

* NSFW via Search

* Add support for latest
2020-09-01 01:08:14 -04:00

13 lines
261 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'EliMangas'
pkgNameSuffix = 'all.elimangas'
extClass = '.EliMangasFactory'
extVersionCode = 1
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"