
* 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.
13 lines
300 B
Groovy
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" |