-
Notifications
You must be signed in to change notification settings - Fork 18
Fix and update README files #33
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
Fix and update README files #33
Conversation
| ## Documentation | ||
|
|
||
| For detailed API documentation, see [audiowaveformview/README.md](audiowaveformview/README.md) | ||
| For detailed API documentation, see [timelineview/README.md](timelineview/README.md) |
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.
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.
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.
Good catch!
ferPrieto
left a comment
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.
Thanks for the comments. Overall looks good, just a few tweaks in what you've included
| ## Documentation | ||
|
|
||
| For detailed API documentation, see [audiowaveformview/README.md](audiowaveformview/README.md) | ||
| For detailed API documentation, see [timelineview/README.md](timelineview/README.md) |
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.
Good catch!
timelineview/README.md
Outdated
| implementation 'com.github.ferPrieto:timelineview:LATEST_VERSION_NUMBER' | ||
| ``` | ||
|
|
||
| If you're using a `libs.versions.toml` file: |
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.
| If you're using a `libs.versions.toml` file: | |
| If you are using Gradle version catalog, through a `libs.versions.toml` file: |
timelineview/README.md
Outdated
|
|
||
| ### 2. Declare Jitpack | ||
|
|
||
| You need to declare Jitpack in your `settings.gradle` file because that's what's used to publish this library |
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.
| You need to declare Jitpack in your `settings.gradle` file because that's what's used to publish this library | |
| You must include `jitpack.io` in your `settings.gradle` file, since it's a public dependency``` |
Co-authored-by: Fernando Prieto Moyano <f.prieto.moyano@gmail.com>
Co-authored-by: Fernando Prieto Moyano <f.prieto.moyano@gmail.com>

Fixes and update README files.
#32 made changes to the publishing but didn't add actual explanation docs. This pr does.
This pr is related to my ticket at #31 and the findings I made while trying to set up this library.