
* fakenhentai * code working and done * nhentaicom icons Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
14 lines
295 B
Groovy
14 lines
295 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'nHentai.com (unoriginal)'
|
|
pkgNameSuffix = 'en.nhentai.com'
|
|
extClass = '.NHentaiCom'
|
|
extVersionCode = 1
|
|
libVersion = '1.2'
|
|
containsNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|