Skip to content
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

Merged
merged 2 commits into from
Aug 23, 2020

Conversation

nielsvanvelzen
Copy link
Member

See documented code and Kotlin Playground sample which includes a test: https://pl.kotl.in/O_ZNvkGbQ

@@ -1,7 +1,5 @@
include(":app")

rootProject.name = "Jellyfin"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove that? 🤔

Copy link
Member Author

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)

Copy link
Member

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.

buildSrc/src/main/kotlin/VersionUtils.kt Outdated Show resolved Hide resolved
buildSrc/src/main/kotlin/VersionUtils.kt Outdated Show resolved Hide resolved
@nielsvanvelzen
Copy link
Member Author

I did change your suggestions a bit for readability purposes, new sample: https://pl.kotl.in/HHFXfYGOA

Copy link
Member

@Maxr1998 Maxr1998 left a 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.

@nielsvanvelzen
Copy link
Member Author

The line would be quite long so this looked better to me

@Maxr1998
Copy link
Member

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.

@Maxr1998 Maxr1998 merged commit 237262e into jellyfin:master Aug 23, 2020
@nielsvanvelzen nielsvanvelzen deleted the rcversioncode branch September 7, 2020 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants