instacart / truetime-android

Android NTP time library. Get the true current time impervious to device clock time changes
https://tech.instacart.com/truetime/
Apache License 2.0
1.41k stars 194 forks source link

dependency address of README is confusing #161

Open ShowMe01 opened 2 months ago

ShowMe01 commented 2 months ago

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 commented 4 weeks ago

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")