Eugene 077b90b80e
Altername and open out for [RU] source (#6896)
* Add Altername

* OpenOut

* RenameActivity
2021-05-08 06:25:49 -04:00

17 lines
311 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'Remanga'
pkgNameSuffix = 'ru.remanga'
extClass = '.Remanga'
extVersionCode = 21
libVersion = '1.2'
}
dependencies {
implementation project(':lib-dataimage')
}
apply from: "$rootDir/common.gradle"