* Update DbMultiverse.kt * Update DbMFactory.kt * Delete DbMultiverseEN.kt * Update build.gradle * Add mssing language * Forgot a , while adding a new lang
12 lines
257 B
Groovy
12 lines
257 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'Dragon Ball Multiverse'
|
|
pkgNameSuffix = 'all.dragonball_multiverse'
|
|
extClass = '.DbMFactory'
|
|
extVersionCode = 5
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|