Skip to content

Commit

Permalink
Fix output file naming
Browse files Browse the repository at this point in the history
  • Loading branch information
henkelmax committed Jan 3, 2021
1 parent 01b696f commit f4b7f15
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@ android {
exclude 'META-INF/DEPENDENCIES'
}

applicationVariants.all { variant ->
variant.outputs.all {
def flavor = variant.name
def versionName = variant.versionName
outputFileName = "qrscanner_${flavor}_${versionName}.apk"
}
defaultConfig {
setProperty("archivesBaseName", "qrscanner-${versionName}")
}
}

Expand Down

0 comments on commit f4b7f15

Please sign in to comment.