Ujang Karnadi ecff63e1b2 add manhwahentai, manhwahand and komikgo (#929)
add manhwahentai, manhwahand and komikgo
2019-03-17 13:15:16 -04:00

13 lines
273 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: Manhwahentai'
pkgNameSuffix = 'en.manhwahentai'
extClass = '.Manhwahentai'
extVersionCode = 1
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"