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)
@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
Did you change the version to 2.1.1-SNAPSHOT ? The jar is available there: https://oss.sonatype.org/service/local/repositories/snapshots/content/com/apollographql/apollo/apollo-rx3-support/2.1.1-SNAPSHOT/apollo-rx3-support-2.1.1-20200609.094526-18.jar
@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.