Skip to content

Commit 4451012

Browse files
committed
Upload file
1 parent 9879a8d commit 4451012

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pio/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ androidComponents {
4545
onVariants(selector().all()) { variant ->
4646
variant.outputs.forEach { output ->
4747
output.outputFileName.set(
48-
"Tool-Tree_${variant.versionName.get()}_" +
49-
"${variant.versionCode.get()}_" +
48+
"Tool-Tree_${output.versionName.get()}_" +
49+
"${output.versionCode.get()}_" +
5050
"${variant.name}.apk"
5151
)
5252
}

0 commit comments

Comments
 (0)