
* Update Niceoppai.kt * update overrideVersionCode * remove comment code * Update MadaraGenerator.kt * Update Niceoppai.kt * formating code * remaster code and change type extention * remove niceoppai form madaraGenerator * Update src/th/niceoppai/build.gradle Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com> Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
12 lines
248 B
Groovy
12 lines
248 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'Niceoppai'
|
|
pkgNameSuffix = 'th.niceoppai'
|
|
extClass = '.Niceoppai'
|
|
extVersionCode = 25
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle" |