
* Added Doujindesu(ID) * Fixes some of small typos * Apply suggestions from code review Co-authored-by: Alessandro Jean <alessandrojean@gmail.com> * Apply private vals for the Data format Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
13 lines
251 B
Groovy
13 lines
251 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'DoujinDesu'
|
|
pkgNameSuffix = 'id.doujindesu'
|
|
extClass = '.DoujinDesu'
|
|
extVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|