14 lines
289 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlinx-serialization'
ext {
extName = 'HentaiHere'
pkgNameSuffix = 'en.hentaihere'
extClass = '.HentaiHere'
extVersionCode = 3
isNsfw = true
}
apply from: "$rootDir/common.gradle"