Skip to content

Commit 69b20e0

Browse files
LukasPaczosŁukasz Paczos
authored andcommitted
update main readme to showcase artifact versioning
1 parent 3e79f43 commit 69b20e0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,12 @@ repositories {
5050
}
5151
5252
dependencies {
53-
implementation 'com.mapbox.mapboxsdk:PLUGIN_NAME:PLUGIN_VERSION_NUMBER'
53+
implementation 'com.mapbox.mapboxsdk:{PLUGIN_NAME}-v{MAJOR_MAPS_SDK_VERSION_NUMBER}:PLUGIN_VERSION_NUMBER'
5454
}
5555
```
56+
57+
Plugin artifacts are versioned based on the major release of the Maps SDK for Android, which means, that each artifact's name has a major version of the Maps SDK it's compatible with appended.
58+
5659
5. Click the Sync Project with Gradle Files near the toolbar in Studio.
5760

5861
## Maps SDK compatibility

0 commit comments

Comments
 (0)