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
Hi guys, this is not the first time I encounter issue with ably-android artifact dependency but I finally got my hands to report about this
ably-android
Using your suggested approach of adding dependency into gradle buildscript like this:
buildscript { repositories { jcenter() } } dependencies{ ... compile 'io.ably:ably-android:1.0.0' ... }
does not work for me.
Failed to resolve: io.ably:ably-android:1.0.0 Failed to resolve: annotationProcessor
If I use io.ably.ably-java:1.0.0 instead - works smooth.
io.ably.ably-java:1.0.0
Any reason for that? Could you reflect the changes actually needed to incorporate android version of artifact?
The text was updated successfully, but these errors were encountered:
Apologies for that; the files were uploaded with the wrong path in the repository. It should be fixed now.
Sorry, something went wrong.
No branches or pull requests
Hi guys, this is not the first time I encounter issue with
ably-android
artifact dependency but I finally got my hands to report about thisUsing your suggested approach of adding dependency into gradle buildscript like this:
does not work for me.
If I use
io.ably.ably-java:1.0.0
instead - works smooth.Any reason for that? Could you reflect the changes actually needed to incorporate android version of artifact?
The text was updated successfully, but these errors were encountered: