We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9879a8d commit 4451012Copy full SHA for 4451012
1 file changed
pio/build.gradle
@@ -45,8 +45,8 @@ androidComponents {
45
onVariants(selector().all()) { variant ->
46
variant.outputs.forEach { output ->
47
output.outputFileName.set(
48
- "Tool-Tree_${variant.versionName.get()}_" +
49
- "${variant.versionCode.get()}_" +
+ "Tool-Tree_${output.versionName.get()}_" +
+ "${output.versionCode.get()}_" +
50
"${variant.name}.apk"
51
)
52
}
0 commit comments