We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cd7ca commit b4f583dCopy full SHA for b4f583d
app/build.gradle.kts
@@ -57,13 +57,13 @@ android {
57
aidl = true
58
}
59
60
- // Custom APK naming
+ // Custom APK naming: AppControlX-v1.0.0-debug.apk
61
applicationVariants.all {
62
val variant = this
63
variant.outputs.all {
64
val output = this as com.android.build.gradle.internal.api.BaseVariantOutputImpl
65
val appName = "AppControlX"
66
- val versionName = variant.versionName
+ val versionName = defaultConfig.versionName
67
val buildType = variant.buildType.name
68
output.outputFileName = "${appName}-v${versionName}-${buildType}.apk"
69
0 commit comments