firebase / geofire-java

GeoFire for Java - Realtime location queries with Firebase
MIT License
670 stars 271 forks source link

compile 'com.firebase:geofire:2.0.0' missing #35

Closed JMieczkowski closed 8 years ago

JMieczkowski commented 8 years ago

Hello,

When I try compile 'com.firebase:geofire:2.0.0' it fails to resolves and looking on both maven and jcenter, I only see 1.1.1 as being the lastest.

samtstern commented 8 years ago

Sorry about this, we are working on releasing GeoFire on Maven Central. This is our mistake not yours, right now 2.0.0 exists in this repo but is not published live.

Sam

On Fri, Jul 8, 2016, 12:51 PM JMieczkowski notifications@github.com wrote:

Hello,

When I try compile 'com.firebase:geofire:2.0.0' it fails to resolves and looking on both maven and jcenter, I only see 1.1.1 as being the lastest.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/firebase/geofire-java/issues/35, or mute the thread https://github.com/notifications/unsubscribe/AIEw6geJZoBRZZo4BVlKxuz5KPsOeunVks5qTqpRgaJpZM4JIV_j .

JMieczkowski commented 8 years ago

Is there an ETA on when 2.0.0 will be released?

denabelarde commented 8 years ago

+1

longy26 commented 8 years ago

+1 would love to see this resolved asap! Thank you =)

kgnatiko commented 8 years ago

+1

samtstern commented 8 years ago

Ok the libraries are now live on jCenter, working on getting them into Maven Central but you should be able to use them now if you have jCenter in your repositories.

Please see the README and note that com.firebase:geofire is no longer the dependency. Due to how the new SDK works we now have geofire-java (for Java server apps) and geofire-android (for Android apps). They have the same API but different underlying dependencies.

MostafaAnter commented 8 years ago

i have jCenter but it seem not working and give me Error:Could not find com.firebase:geofire:2.0.0.

samtstern commented 8 years ago

@MostafaAnter please see my previous comment and also the README. There is no such thing as com.firebase:geofire:2.0.0, you need to choose either com.firebase:geofire-android:2.0.0or com.firebase:geofire-java:2.0.0

srinidhimr91 commented 8 years ago

not working even if i do compile 'com.firebase:geofire-android:2.0.0' getting: Error:Could not find com.firebase:geofire:2.0.0.

MostafaAnter commented 8 years ago

yes exactly not working even if i do compile 'com.firebase:geofire-android:2.0.0' getting: Error:Could not find com.firebase:geofire:2.0.0.

botty87 commented 8 years ago

@MostafaAnter add this: maven { url "http://dl.bintray.com/firebase/geofire" } under repositories in your build.gradle

samtstern commented 8 years ago

@MostafaAnter sorry this is my fault, I forgot to turn the parent project live so the error you're seeing is correct. I just turned it live, it should take a few hours to propagate. @botty87's workaround will help for now.

MostafaAnter commented 8 years ago

i'm waiting and thanx for your interesting :+1:

samtstern commented 8 years ago

Should work now! Just got the email from Bintray that it's all in jcenter and I tried it myself, app compiles without local or dl.bintray dependencies.