mirror of
https://github.com/yuliskov/LeanKeyboard.git
synced 2026-01-22 20:58:50 -05:00
refactor
This commit is contained in:
@@ -35,8 +35,9 @@ android {
|
||||
def project = "LeanKeyKeyboardPro"
|
||||
def buildType = variant.variantData.variantConfiguration.buildType.name.take(1)
|
||||
def version = variant.versionName
|
||||
def flavor = variant.productFlavors[-1].name
|
||||
|
||||
def newApkName = sprintf("%s_v%s_%s.apk", [project, version, buildType])
|
||||
def newApkName = sprintf("%s_%s_v%s_%s.apk", [project, flavor, version, buildType])
|
||||
|
||||
output.outputFileName = new File(newApkName)
|
||||
}
|
||||
@@ -53,10 +54,10 @@ android {
|
||||
flavorDimensions "default"
|
||||
|
||||
productFlavors {
|
||||
Vplaystore {
|
||||
playstore {
|
||||
applicationId "org.liskovsoft.androidtv.rukeyboard"
|
||||
}
|
||||
Vorigin {
|
||||
origin {
|
||||
applicationId "com.liskovsoft.leankeyboard"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user