Ankit SIngh bf4c14b767 manhwahentai, manhwahand and komikgo icon fix (#936)
manhwahentai, manhwahand and komikgo icon fix
2019-03-18 06:31:59 -04:00

13 lines
267 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: Manhwahand'
pkgNameSuffix = 'ko.manhwahand'
extClass = '.Manhwahand'
extVersionCode = 2
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"