Skip to content

Commit

Permalink
Update mapbox libraries (#1977)
Browse files Browse the repository at this point in the history
upgrade android-plugin-annotation-v9 to 2.0.0 and org.maplibre.gl:android-sdk to 10.2.0
  • Loading branch information
valerierx authored Jul 8, 2023
1 parent 99d5e09 commit 0e929a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions play-services-maps-core-mapbox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies {
implementation project(':play-services-maps')
implementation project(':play-services-base-core')
implementation project(':play-services-location')
implementation("org.maplibre.gl:android-sdk:10.0.0")
implementation("org.maplibre.gl:android-plugin-annotation-v9:1.0.0") {
implementation("org.maplibre.gl:android-sdk:10.2.0")
implementation("org.maplibre.gl:android-plugin-annotation-v9:2.0.0") {
exclude group: 'com.google.android.gms'
}
implementation 'org.maplibre.gl:android-sdk-turf:5.9.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>

<uses-sdk tools:overrideLibrary="com.mapbox.mapboxsdk" />
<uses-sdk tools:overrideLibrary="com.mapbox.mapboxsdk, com.mapbox.mapboxsdk.plugins.annotation" />

<application />

Expand Down

0 comments on commit 0e929a5

Please sign in to comment.