
* move apply plugins to common.gradle * update CONTRIBUTING.md * remove whitespace * move common.gradle apply above in multisrc * move kotlinter * newlines
10 lines
194 B
Groovy
10 lines
194 B
Groovy
ext {
|
|
extName = 'Simply Hentai'
|
|
pkgNameSuffix = 'all.simplyhentai'
|
|
extClass = '.SimplyHentaiFactory'
|
|
extVersionCode = 6
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|