
* Fix loading latest, adding search All manga shown (not just 16 titles) Add search * Update Mangainua.kt Back popular Searching in latest * Update Mangainua.kt Search.length>3 * Update Mangainua.kt fix * Update src/uk/mangainua/src/eu/kanade/tachiyomi/extension/uk/mangainua/Mangainua.kt Co-authored-by: scb261 <65343233+scb261@users.noreply.github.com> Co-authored-by: scb261 <65343233+scb261@users.noreply.github.com>
13 lines
248 B
Groovy
13 lines
248 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'MangaInUa'
|
|
pkgNameSuffix = 'uk.mangainua'
|
|
extClass = '.Mangainua'
|
|
extVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|