
* 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
14 lines
283 B
Groovy
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'
|