-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Add release candidate number to version code #40
Conversation
@@ -1,7 +1,5 @@ | |||
include(":app") | |||
|
|||
rootProject.name = "Jellyfin" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove that? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't do anything except telling IntelliJ/Android Studio to name the project "Jellyfin" in all places (which is annoying when I have multiple Jellyfin projects, just use the directory name please)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough, we could change that to Jellyfin Android though.
I did change your suggestions a bit for readability purposes, new sample: https://pl.kotl.in/HHFXfYGOA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that's also good. You could still pull up the when to the same line, that the closing brackets match the start of the line.
The line would be quite long so this looked better to me |
It's barely longer than the comment, but still true. Gonna merge then. |
See documented code and Kotlin Playground sample which includes a test: https://pl.kotl.in/O_ZNvkGbQ