Skip to content

Commit

Permalink
Issue #SB-000 chore: Updted build.gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
swayangjit committed Jun 20, 2024
1 parent 1a25810 commit ece1648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
}
}
applicationVariants.configureEach { variant ->
def artifactName = "${app_name.toLowerCase()}-${variant.getVersionName()}-${variant.buildType.name}"
def artifactName = "${app_name.toLowerCase().replaceAll("\\s","")}-${variant.getVersionName()}-${variant.buildType.name}"
variant.outputs.configureEach {
outputFileName = "${artifactName}.apk"
}
Expand Down

0 comments on commit ece1648

Please sign in to comment.