
* enh: Add NyaHentai source support * upd: Change library version * bug: Fix integration * upd: Update version code * upd: Filter search to english chapters
14 lines
277 B
Groovy
14 lines
277 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'NyaHentai'
|
|
pkgNameSuffix = 'en.nyahentai'
|
|
extClass = '.NyaHentai'
|
|
extVersionCode = 3
|
|
libVersion = '1.2'
|
|
containsNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|