2022-01-04 05:44:16 -05:00

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 = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"