-
-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jcenter repository required for mapbox-android-accounts:0.7.0 and mapbox-sdk-turf:5.3.0 #92
Comments
I guess the answer is here? #27 (comment) TLDR: waiting for #90 to be merged |
closed by #90 |
Still getting this error in my Android Project.
|
Fixed. I didn't have the newest version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
I am trying to setup MapLibre for my android app. Without jcenter I get the following errors
The installation section for Maplibre says that it requires mavenCentral which gives the impression that the library only requires mavenCentral only and not jcenter which is not true as far as I can tell. I would suggest adding jcenter to the installation steps.
I have the following in my
build.gradle.kts
at the root of the projectand in module
app
,build.gradle.kts
looks likeThe text was updated successfully, but these errors were encountered: