
* Fix search issue #5168 * Fix latest manga issue #5219 * Revert "Fix latest manga issue #5219" This reverts commit cb9e9f93 Co-authored-by: Yanuar Singgih Saputra <yanuar@xqinformatics.com>
13 lines
250 B
Groovy
13 lines
250 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'MangaOwl'
|
|
pkgNameSuffix = 'en.mangaowl'
|
|
extClass = '.MangaOwl'
|
|
extVersionCode = 9
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|