Riztard Lanthorn 713cd74637
WP Comics fix manhuaES manga detail (#5500)
fix manga genre
fix manga description
2021-01-21 06:53:59 -05:00

13 lines
260 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'WP-Comics'
pkgNameSuffix = 'all.wpcomics'
extClass = '.WPComicsFactory'
extVersionCode = 21
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"