
* Add containsNsfw = true the gradle files of various extensions * Update FMReader build.gradle * Revert extension versions * Mark more extensions
14 lines
277 B
Groovy
14 lines
277 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'HentaiFox'
|
|
pkgNameSuffix = 'en.hentaifox'
|
|
extClass = '.HentaiFox'
|
|
extVersionCode = 2
|
|
libVersion = '1.2'
|
|
containsNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|