
* Add Grrl Power Comic https://www.grrlpowercomic.com/ * set extVersionCode to 1 --------- Co-authored-by: Theray Tharow <tharowt@tharow.net>
13 lines
275 B
Groovy
13 lines
275 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
apply plugin: 'kotlinx-serialization'
|
|
|
|
ext {
|
|
extName = 'Grrl Power Comic'
|
|
pkgNameSuffix = 'en.grrlpower'
|
|
extClass = '.GrrlPower'
|
|
extVersionCode = 1
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|