File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
play-services-maps-core-mapbox Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ dependencies {
2121 implementation project(' :play-services-maps' )
2222 implementation project(' :play-services-base-core' )
2323 implementation project(' :play-services-location' )
24- implementation(" org.maplibre.gl:android-sdk:10.0 .0" )
25- implementation(" org.maplibre.gl:android-plugin-annotation-v9:1 .0.0" ) {
24+ implementation(" org.maplibre.gl:android-sdk:10.2 .0" )
25+ implementation(" org.maplibre.gl:android-plugin-annotation-v9:2 .0.0" ) {
2626 exclude group : ' com.google.android.gms'
2727 }
2828 implementation ' org.maplibre.gl:android-sdk-turf:5.9.0'
Original file line number Diff line number Diff line change 2929 <uses-permission android : name =" android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
3030 <uses-permission android : name =" android.permission.RECEIVE_BOOT_COMPLETED" />
3131
32- <uses-sdk tools : overrideLibrary =" com.mapbox.mapboxsdk" />
32+ <uses-sdk tools : overrideLibrary =" com.mapbox.mapboxsdk, com.mapbox.mapboxsdk.plugins.annotation " />
3333
3434 <application />
3535
You can’t perform that action at this time.
0 commit comments