2021-09-09 08:58:17 -04:00

13 lines
248 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'Pururin'
pkgNameSuffix = 'en.pururin'
extClass = '.Pururin'
extVersionCode = 4
containsNsfw = true
}
apply from: "$rootDir/common.gradle"