
* InManga replace Gson with kotlinx.serialization, fix pages not load. * MangaMx: Fix search bug.
14 lines
286 B
Groovy
14 lines
286 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
apply plugin: 'kotlinx-serialization'
|
|
|
|
ext {
|
|
extName = 'MangaMx'
|
|
pkgNameSuffix = 'es.mangamx'
|
|
extClass = '.MangaMx'
|
|
extVersionCode = 12
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|