maplibre / maplibre-navigation-android

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

Release new version #53

Closed thuong281 closed 1 year ago

thuong281 commented 1 year ago

Can you release a new version that used maplibre version v10.0.2 and work with Google location service v21

boldtrn commented 1 year ago

There is an open PR for this here: https://github.com/maplibre/maplibre-navigation-android/pull/50

I think it would be good to wait until this PR is merged: https://github.com/maplibre/maplibre-navigation-android/pull/51

boldtrn commented 1 year ago

BTW: you can use the current master through Jitpack until the new version is released.

thuong281 commented 1 year ago

BTW: you can use the current master through Jitpack until the new version is released.

You mean fork this repo and publish it with jitpack?

boldtrn commented 1 year ago

https://jitpack.io/#maplibre/maplibre-navigation-android/2b93183329

dependencies {
            implementation 'com.github.maplibre:maplibre-navigation-android:2b93183329'
}
thuong281 commented 1 year ago

https://jitpack.io/#maplibre/maplibre-navigation-android/2b93183329

dependencies {
          implementation 'com.github.maplibre:maplibre-navigation-android:2b93183329'
}

Okay, thank you

boldtrn commented 1 year ago

version 2.0.0 was released

https://github.com/maplibre/maplibre-navigation-android/releases/tag/2.0.0