Moon Light「つかり」 b75d315b52
[Doujindesu] change domain to Doujindesu.xxx (#10269)
* Updated Version

* Changed extension domain to .xxx instead of .id
2021-12-29 05:19:11 -05:00

13 lines
251 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'DoujinDesu'
pkgNameSuffix = 'id.doujindesu'
extClass = '.DoujinDesu'
extVersionCode = 2
isNsfw = true
}
apply from: "$rootDir/common.gradle"