
* en.MangaPark: kotlinx.serialization migration * Bato.to: Kotlinx.serialization migration * Dynasty: Kotlinx.serialization * ReadM: kotlinx.serialization migration * Bato.to: Comment out code that was untested
14 lines
279 B
Groovy
14 lines
279 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
apply plugin: 'kotlinx-serialization'
|
|
|
|
ext {
|
|
extName = 'ReadM'
|
|
pkgNameSuffix = 'en.readm'
|
|
extClass = '.ReadM'
|
|
extVersionCode = 6
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|