Apollo-android: Apollo RxJava3 support not found

Created on 9 Jun 2020  路  5Comments  路  Source: apollographql/apollo-android

Question.
RxJava3 dependency not found, when trying to add rxjava3 dependency com.apollographql.apollo:apollo-rx3-support:x.y.z failed to resolve the dependency.
https://bintray.com/apollographql/android/apollo-rx3-support/_latestVersion (404 not found)

Question

All 5 comments

@sh3lan93 sorry about that, the version is not released yet. It'll be in version 2.1.1, I'll try to release it shortly. In the meantime, you can test using the snapshots:

  repositories {
    maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
  }

(see the README) for more details.

@martinbonnin I have added the maven url to module build.gradle and still can't resolve the dependency

@martinbonnin yes this fix my issue 馃殌 but is there any stable version for this rather than using snapshot one?

There should be a 2.1.1 soon :). You can watch this repo to be notified of releases. I'm hoping to make one today or tomorrow.

Was this page helpful?
0 / 5 - 0 ratings