Remove reference library module#65
Open
FikriMilano wants to merge 7 commits into
Open
Conversation
Member
Author
|
Blocked: |
FikriMilano
commented
Jul 15, 2026
FikriMilano
left a comment
Member
Author
There was a problem hiding this comment.
@ellykits please add some pointers about the README.md
ellykits
requested changes
Jul 15, 2026
ellykits
left a comment
Collaborator
There was a problem hiding this comment.
On the documentation for the reference app, please add these content (unordered):
- How to get started with this GitHub template
- How to customize and personalize the code, like package
- The OHS foundation libraries that are bandled with the reference app (changing application name, icon etc)
- How to run the reference app for those who just want to see OHS in action
- Developer setup for KMP multiplatform
- How to use the OHS player reference library for users with existing implementation who cannot afford to tweak this template for their use case
- Mention the supported platforms and how they can be deployed via Git CI
Please add any relevant info that I may have left out. You can order the items above in the README. You don't have to get into a lot of details.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #64 #56
Remove all artifacts of the reference-library from the client app
Replaces the direct module call with actual dependency Use the remote reference-library after available on Maven Central #56
Rework the readme of client-app
Rename rootProject.name to
ohs-player-reference-client-appUpdate the imports from
dev.ohs.player.library.*todev.ohs.player.reference.library.*All CI build checks pass e.g. Tests
Appropriate changes to documentation are included in the PR