imperiumlabs / GeoFirestore-Android

GeoFirestore for Android - Realtime location queries with Firestore
MIT License
123 stars 36 forks source link

ERROR: Failed to resolve: com.github.imperiumlabs:GeoFirestore-Android:v1.5.0 #38

Closed malebuffy closed 5 years ago

malebuffy commented 5 years ago

I am using Android Studio 3.5.1 Gradle Build Version 3.5.1 Gradle Wrapper 5.6.4

and receive this when I try to Sync gradle files

ERROR: Failed to resolve: com.github.imperiumlabs:GeoFirestore-Android:v1.5.0
Show in Project Structure dialog
Affected Modules: app

Although I have done this

allprojects { repositories { ... maven { url 'https://jitpack.io' } } }

and this

implementation 'com.github.imperiumlabs:GeoFirestore-Android:v1.5.0'

BikramKhanikar commented 4 years ago

same problem.. did you find the solution?

BikramKhanikar commented 4 years ago

Enable Jitpack Add it in your root build.gradle at the end of repositories:

allprojects { repositories { ... maven { url 'https://jitpack.io' } } }