13 lines
290 B
Groovy
13 lines
290 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
apply plugin: 'kotlinx-serialization'
|
|
|
|
ext {
|
|
extName = 'MANGA Plus by SHUEISHA'
|
|
pkgNameSuffix = 'all.mangaplus'
|
|
extClass = '.MangaPlusFactory'
|
|
extVersionCode = 36
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|