Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 0e929a57 authored by Valérie ROUX's avatar Valérie ROUX Committed by GitHub
Browse files

Update mapbox libraries (#1977)

upgrade android-plugin-annotation-v9 to 2.0.0 and org.maplibre.gl:android-sdk to 10.2.0
parent 99d5e099
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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'
+1 −1
Original line number Diff line number Diff line
@@ -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 />