-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cannot locate rx-lifx package on Maven (or other) repositories #8
Comments
Hi @Venryx, To solve your immediate problem, you could apply the following patch, and then run
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Today I had to clear my gradle cache folder (
C:\Users\MY_USERNAME\.gradle\caches
) to fix a cache bug, and after doing so, Android Studio was complaining that it couldn't find the "rx-lifx" package (neither the version I had been using, 0.0.11, nor the latest version 0.1.1-alpha).I did an online search for rx-lifx, and can't find it in the Maven, etc. repositories. For example, this search for "lifx" does not find it (but it does find the "jlifx" package): https://central.sonatype.com/search?q=lifx
Any idea why it seems to be gone from the Maven repository? Or was it hosted in some other repository originally? (I can't seem to find it in any repository at least)
The text was updated successfully, but these errors were encountered: