Skip to content

Commit

Permalink
Add warning about changing names in Android getting started docs (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Jan 1, 2024
1 parent 612b5dd commit f1098b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/mdbook/src/android/getting-started-guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Quickstart

<div class="warning">

In versions prior to the (upcoming) MapLibre Native for Android 11.0 release, you need to use `com.mapbox.mapboxsdk.*` for imports instead of `org.maplibre.android.*`. Classes with `Mapbox` in the name are replaced with `MapLibre`. Details can be found in the [changelog](https://github.com/maplibre/maplibre-native/blob/main/platform/android/CHANGELOG.md).

</div>

1. Add bintray Maven repositories to your project-level Gradle file (usually `<project>/<app-module>/build.gradle`).

```gradle
Expand Down

0 comments on commit f1098b2

Please sign in to comment.