Closed JMieczkowski closed 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 .
Is there an ETA on when 2.0.0 will be released?
+1
+1 would love to see this resolved asap! Thank you =)
+1
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.
i have jCenter but it seem not working and give me Error:Could not find com.firebase:geofire:2.0.0.
@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.0
or com.firebase:geofire-java:2.0.0
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.
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
.
@MostafaAnter add this: maven { url "http://dl.bintray.com/firebase/geofire" } under repositories in your build.gradle
@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.
i'm waiting and thanx for your interesting :+1:
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.
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.