Gianmarco David b18e6f9f32 Added mangaeden(it) extension (#9)
* Added mangaeden(it) extension

* Not overriding id anymore

* Fixed search selector for the case the query has no results

* Minor modifications: today/yesterday management, null safety and code enhancements

* Type and status are now multiselect

* Genres, types and statuses now are functions

* Renamed into Manga Eden, fixed missing cover imgs and checkbox filter now are shown at the end
2017-02-07 17:01:46 +01:00

14 lines
283 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: Mangaeden'
pkgNameSuffix = "it.mangaeden"
extClass = '.Mangaeden'
extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.0'
}
apply from: '../common.gradle'