Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

rx2dnssd not available via jcenter #35

Closed
G00fY2 opened this issue Dec 27, 2017 · 4 comments
Closed

rx2dnssd not available via jcenter #35

G00fY2 opened this issue Dec 27, 2017 · 4 comments

Comments

@G00fY2
Copy link

G00fY2 commented Dec 27, 2017

I am not very familiar with publishing libraries but it seems that unlike your previous ones rx2dnssd is not available via jcenter. I have problems resolving this dependency in Android Studio even though my repositories look like this:

repositories {
    google()
    jcenter()
    maven { url "https://jitpack.io" }
    mavenCentral()
  }

On bintray the Linked to section is empty too.

Or is there any other way to resolve it?

Greetings

@andriydruk
Copy link
Owner

Hi,
I sent request for adding rx2 package, but it's usually take some time.
You can use directly my maven repo for now

maven { url 'https://dl.bintray.com/andriydruk/maven/' }

When I recieve email from Bintray, I will close this issue.

I'm sorry for your inconvenience.

@G00fY2
Copy link
Author

G00fY2 commented Dec 27, 2017

Thank you very much!
Wasn't aware that requests on jcenter take some time. Did not want to appear impatient. 😄 Will test rx2 within the next day.

@thehellmaker
Copy link

I still dnt see this change in https://mvnrepository.com/artifact/com.github.andriydruk

How can I import rx2dnssd into my android app

@andriydruk
Copy link
Owner

andriydruk commented Aug 6, 2018

I use jcenter() for packages distribution:

https://bintray.com/andriydruk/maven/rx2dnssd

buildscript {
    repositories {
        google()
        jcenter()
    }
}
dependencies {
    implementation 'com.github.andriydruk:rx2dnssd:0.9.7'
}

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

No branches or pull requests

3 participants