AwkwardPeak7 d3e6595dc3
Temple Scan: fix chapter list and add latest (#17323)
* Temple Scan: fix chapter list and add latest

* bump

* small change
2023-07-31 11:01:32 -03:00

13 lines
273 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlinx-serialization'
ext {
extName = 'Temple Scan'
pkgNameSuffix = 'en.templescan'
extClass = '.TempleScan'
extVersionCode = 33
}
apply from: "$rootDir/common.gradle"