From 4a439a4624778e6bdc6abd94f4de3a8094f1a907 Mon Sep 17 00:00:00 2001 From: Thomas Mijieux Date: Sun, 13 Oct 2024 23:58:45 +0200 Subject: [PATCH] Update package name in README.md (#70) --- plugin-annotation/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 62242df6..7d2df6f1 100644 --- a/plugin-annotation/README.md +++ b/plugin-annotation/README.md @@ -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") } ```