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

dependency address of README is confusing #161

Open
ShowMe01 opened this issue Jul 5, 2024 · 1 comment
Open

dependency address of README is confusing #161

ShowMe01 opened this issue Jul 5, 2024 · 1 comment

Comments

@ShowMe01
Copy link

ShowMe01 commented Jul 5, 2024

README writes :
implementation 'com.github.instacart:truetime-android:<release-version>'

but it's wrong , the right address should be :

implementation 'com.github.instacart.truetime-android:library:<release-version>' which has a "library suffix".

and there's a RxJava extension lib:
implementation 'com.github.instacart.truetime-android:library-extension-rx:3.5'

I don't remember where to find this rx-extension lib, but it's not in README.

@tvbic
Copy link

tvbic commented Aug 15, 2024

i added the library you writed, but still can't find TrueTime class to use

implementation("com.github.instacart.truetime-android:library-extension-rx:3.4")
implementation("com.github.instacart.truetime-android:library:3.4")

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

No branches or pull requests

2 participants