
* Update ZMangaGenerator.kt * Updates Icons * Update more Icons * Update even more icons * Update more icons again * Update ReaderFrontGenerator.kt * Update MonochromeGenerator.kt * Update MadaraGenerator.kt * Update FoolSlideGenerator.kt * Update build.gradle
14 lines
294 B
Groovy
14 lines
294 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
apply plugin: 'kotlinx-serialization'
|
|
|
|
ext {
|
|
extName = 'NETCOMICS'
|
|
pkgNameSuffix = 'all.netcomics'
|
|
extClass = '.NetcomicsFactory'
|
|
extVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|