Initial commit
This commit is contained in:
11
src/es/leermangasxyz/build.gradle
Normal file
11
src/es/leermangasxyz/build.gradle
Normal file
@@ -0,0 +1,11 @@
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
|
||||
ext {
|
||||
extName = 'LeerMangasXYZ'
|
||||
pkgNameSuffix = 'es.leermangasxyz'
|
||||
extClass = '.LeerMangasXYZ'
|
||||
extVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
Reference in New Issue
Block a user