maplibre / maplibre-navigation-android

Maplibre Navigation SDK for Android
MIT License
87 stars 45 forks source link

org.gradle.internal.resolve.ModuleVersionNotFoundException #17

Closed danilo80 closed 1 year ago

danilo80 commented 2 years ago

Hi, when i add implementation 'com.github.flitsmeister:flitsmeister-navigation-android:v1.1.1' i get these errors:

org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:mitDebugCompileClasspath'.

org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.github.flitsmeister:flitsmeister-navigation-android:v1.1.1.

imranMnts commented 1 year ago

Use

implementation "com.github.flitsmeister:flitsmeister-navigation-android:1.1.1"

instead of

implementation "com.github.flitsmeister:flitsmeister-navigation-android:v1.1.1"
boldtrn commented 1 year ago

Please use:

implementation 'com.github.maplibre:maplibre-navigation-android:1.1.1'

I will close this issue for now, please feel free to reopen if you still see an issue.