Skip to content

Commit bbbc6e2

Browse files
committed
Merge remote-tracking branch 'origin/maven_central_migration' into maven_central_migration
2 parents 72c0788 + c494a77 commit bbbc6e2

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

platform/android/docs/getting-started.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To follow this example from scratch, in Android Studio create a new "Empty Views
1515
1616
A newly-created app will likely already have `mavenCentral()` in a top-level `settings.gradle` file, and you won't need to add it.
1717
18-
2. Add the library as a dependency into your module Gradle file (usually `<project>/<app-module>/build.gradle`). Replace `<version>` with the [latest MapLibre Android version](https://github.com/maplibre/maplibre-native/releases?q=android-v11&expanded=true) (e.g.: `org.maplibre.gl:android-sdk:11.8.0`):
18+
2. Add the library as a dependency into your module Gradle file (usually `<project>/<app-module>/build.gradle`). Replace `<version>` with the [latest MapLibre Android version](https://github.com/Mapmetrics/mapmetrics-native-sdk/releases?q=android-v11&expanded=true) (e.g.: `org.mapmetrics.android-sdk:1.0.2`):
1919
2020
```gradle
2121
dependencies {
@@ -121,8 +121,4 @@ To follow this example from scratch, in Android Studio create a new "Empty Views
121121
}
122122
```
123123
124-
6. Build and run the app. If you run the app successfully, a map will be displayed as seen in the screenshot below.
125-
126-
<div style="text-align: center;">
127-
<img src="https://user-images.githubusercontent.com/32692818/228113379-475e86f5-e3fa-4a36-8b4b-1fcba0f1eb3b.png" alt="Screenshot with the map in demotile style" width="50%" height="50%">
128-
</div>
124+
6. Build and run the app. If you run the app successfully, a map will be displayed.

0 commit comments

Comments
 (0)