ddmgy ccc62c9ead Add HentaiFantasy (hentaifantasy.it) source. Closes #91 (1/2) (#95)
* Add HentaiFantasy (hentaifantasy.it) source.

* Update to allow tags when searching.

* Remove open modifier on Tag class, left over from failed attempt at Author/Parody tags.
2017-09-23 13:34:40 +02:00

13 lines
300 B
Groovy

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