Aria Moradi fd9cd72524
new source: nHentai.com ()
* fakenhentai

* code working and done

* nhentaicom icons

Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2020-12-16 10:30:29 -05:00

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"