Alessandro Jean adad89633b
Add MangaYabu (#2234)
* Add MangaYabu.

* Remove unused dependencies.

* Remove methods that are the same as default and fix the slug issue.
2020-02-12 18:35:40 -05:00

13 lines
265 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: MangaYabu!'
pkgNameSuffix = 'pt.mangayabu'
extClass = '.MangaYabu'
extVersionCode = 1
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"