Skip to content

Commit

Permalink
Update package name in README.md (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmijieux authored Oct 13, 2024
1 parent 8f2efaf commit 4a439a4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion plugin-annotation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ In the app-level `build.gradle` file:

```groovy
dependencies {
implementation 'com.maplibre.maplibresdk:maplibre-android-plugin-annotation-v9:0.9.0'
implementation 'org.maplibre.gl:android-plugin-annotation-v9:3.0.1'
}
```

```kotlin
dependencies {
implementation("org.maplibre.gl:android-plugin-annotation-v9:3.0.1")
}
```

Expand Down

0 comments on commit 4a439a4

Please sign in to comment.