Ankit SIngh 93a6efbe6e HentaiFantasy-Icons (#806)
HentaiFantasy-Icons
2019-02-10 21:52:17 -05:00

13 lines
276 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: HentaiFantasy'
pkgNameSuffix = 'it.hentaifantasy'
extClass = '.HentaiFantasy'
extVersionCode = 2
libVersion = '1.0'
}
apply from: "$rootDir/common.gradle"