Eric Carlsson 77fa13f023
Add extension for Randowiz (#14038)
* Add source Randowiz

* Apply code-style suggestions from review

Co-authored-by: Eric Carlsson <XOMPTERC@mio.se>
2022-10-30 10:49:02 -03:00

12 lines
227 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'Randowiz'
pkgNameSuffix = 'en.randowiz'
extClass = '.Randowiz'
extVersionCode = 1
}
apply from: "$rootDir/common.gradle"