
* 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
13 lines
248 B
Groovy
13 lines
248 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'LemonFont'
|
|
pkgNameSuffix = 'en.lemonfont'
|
|
extClass = '.LemonFont'
|
|
extVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|