
* Revert "remove team1x1 (#4877)" This reverts commit 875d6d75cfede747b47421d9e3a5e68dd5c78470. * Add TeamX back because they lied
13 lines
243 B
Groovy
13 lines
243 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'Team X'
|
|
pkgNameSuffix = 'ar.teamx'
|
|
extClass = '.TeamX'
|
|
extVersionCode = 10
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|