Skip to content

Commit

Permalink
Change APK base name depending on the branch name for debug builds
Browse files Browse the repository at this point in the history
a
  • Loading branch information
TobiGr committed Mar 25, 2020
1 parent a19be79 commit eee242c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ android {
} else {
applicationIdSuffix ".debug." + normalizedWorkingBranch
resValue "string", "app_name", "NewPipe " + workingBranch
archivesBaseName = 'NewPipe_' + workingBranch
}
}
}
Expand Down

0 comments on commit eee242c

Please sign in to comment.