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 management for ably-android #316

Closed
ousenko opened this issue Mar 15, 2017 · 1 comment
Closed

Dependency management for ably-android #316

ousenko opened this issue Mar 15, 2017 · 1 comment

Comments

@ousenko
Copy link

ousenko commented Mar 15, 2017

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

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.

Any reason for that? Could you reflect the changes actually needed to incorporate android version of artifact?

@paddybyers
Copy link
Member

Apologies for that; the files were uploaded with the wrong path in the repository. It should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants