-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change APK base name depending on the branch name for debug builds #3265
Conversation
@TobiGr am I supposed to re-review this for some reason? |
@Stypox no. |
This is somehow not working as intended (as it affects release builds). Even when doing a release build the apk is now called: And how do you generate the github release build? How does this not end up containing the kotlin_module rename? I run Reverting this change, everything returns to normal. |
I build the app through Android studio by first doing |
Fixes the behaviour described in #3265 (comment)
Fixes the behaviour described in #3265 (comment)
What is it?
Long description of the changes in your PR
Debug APKs are now named after their branch name as suggested by @opusforlife2 e.g. the debug APK for this branch is named
NewPipe_apk_base_name-debug.apk
Release builds are not touched, as well as debug builds on dev and master branch.
Testing apk
not needed
Agreement