|
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
apply plugin: 'kotlinx-serialization'
|
|
|
|
ext {
|
|
extName = 'Pururin'
|
|
pkgNameSuffix = 'en.pururin'
|
|
extClass = '.Pururin'
|
|
extVersionCode = 6
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|