Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
udenr committed Oct 15, 2024
1 parent 6dc2e37 commit f5ca8d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ android {
versionCode 5
versionName '1.1.1'
}
android.applicationVariants.configureEach { variant ->
variant.outputs.configureEach {
def appName = "pfa-tape-measure"
outputFileName = appName + "-${variant.name}-v${variant.versionName}.apk"
}
}
buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit f5ca8d2

Please sign in to comment.