Carlos a6f8321858
Add TeamX back (#14784)
* Revert "remove team1x1 (#4877)"

This reverts commit 875d6d75cfede747b47421d9e3a5e68dd5c78470.

* Add TeamX back because they lied
2023-01-03 09:01:45 -05:00

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"