ObserverOfTime 8121c2063e
The Property of Hate: fix webview URL (#10025)
Amongst other things
2021-12-08 05:55:42 -05:00

12 lines
257 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'The Property of Hate'
pkgNameSuffix = 'en.thepropertyofhate'
extClass = '.ThePropertyOfHate'
extVersionCode = 4
}
apply from: "$rootDir/common.gradle"