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
  • Loading branch information
TobiGr committed Apr 2, 2020
1 parent 2fb8467 commit faefe95
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_' + normalizedWorkingBranch
}
}
}
Expand Down

0 comments on commit faefe95

Please sign in to comment.