* HentaiSlayer: translate "alternative name" * Fix “alternative name” * Fix non-nullable & optimize code * revert format changes caused by AndroidStudio’s ktlint plugin * Update HentaiSlayer.kt --------- Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
9 lines
148 B
Groovy
9 lines
148 B
Groovy
ext {
|
|
extName = 'Hentai Slayer'
|
|
extClass = '.HentaiSlayer'
|
|
extVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|