2023-09-22 23:32:41 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
|
|
|
apply plugin: 'kotlinx-serialization'
|
|
|
|
|
|
|
|
ext {
|
|
|
|
extName = 'Ler Mangá'
|
|
|
|
pkgNameSuffix = 'pt.lermanga'
|
|
|
|
extClass = '.LerManga'
|
2023-10-27 15:02:53 +00:00
|
|
|
extVersionCode = 2
|
2023-09-22 23:32:41 +00:00
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|