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 fcfbfd9 commit 878689bCopy full SHA for 878689b
app/build.gradle.kts
@@ -21,7 +21,7 @@ android {
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
23
// Naming APK // AAB
24
- setProperty("archivesBaseName", "${ProjectSetting.NAME_APK}(${versionName})")
+ setProperty("archivesBaseName", "${ProjectSetting.NAME_APK}[${versionName}]")
25
26
}
27
0 commit comments