firebase / geofire-java

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

Unable to resolve dependency #144

Closed mewais closed 6 years ago

mewais commented 6 years ago

Hello, I'm trying to use geofire for my Android app. I've followed the Readme and added implementation 'com.firebase:geofire-android:2.3.1' to my app level build.gradle file. but I'm getting the following error: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.firebase:geofire-android:2.3.1. I also have the following in my build.gradle file:

    implementation 'com.google.firebase:firebase-core:16.0.0'
    implementation 'com.google.firebase:firebase-auth:16.0.1'
    implementation 'com.google.firebase:firebase-database:16.0.1'

and I was able to work with Firebase database prior to adding geofire.

Thanks.

mewais commented 6 years ago

I'm sorry. My mistake. Gradle was in offline mode!