We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
README writes : implementation 'com.github.instacart:truetime-android:<release-version>'
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".
implementation 'com.github.instacart.truetime-android:library:<release-version>'
and there's a RxJava extension lib: implementation 'com.github.instacart.truetime-android:library-extension-rx:3.5'
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.
The text was updated successfully, but these errors were encountered:
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")
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: