Skip to content

Commit

Permalink
added automatic build renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamuno committed Aug 24, 2022
1 parent 3f6f610 commit cd26ec6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ android {
versionCode 7
versionName "2.4.0"
}

applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "pfa-todo-list-${variant.name}-v${variant.versionName}.apk"
}
}

buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit cd26ec6

Please sign in to comment.