From 0608b2923a548debfd549265dd5a62bd3f0da2f2 Mon Sep 17 00:00:00 2001 From: Dmitry Yunitsky Date: Wed, 12 Apr 2023 15:24:15 +0300 Subject: [PATCH] Bump gl-native 10.10.2. (#2071) * Bump gl-native 10.10.2. * Update README files. --- CHANGELOG.md | 9 ++++++++- buildSrc/src/main/kotlin/Project.kt | 2 +- extension-localization/README.md | 2 +- extension-style/README.md | 2 +- plugin-animation/README.md | 2 +- plugin-annotation/README.md | 2 +- plugin-attribution/README.md | 2 +- plugin-compass/README.md | 4 ++-- plugin-gestures/README.md | 4 ++-- plugin-lifecycle/README.md | 2 +- plugin-locationcomponent/README.md | 2 +- plugin-logo/README.md | 2 +- plugin-scalebar/README.md | 2 +- plugin-viewport/README.md | 2 +- 14 files changed, 23 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60fb18d11e..a15d22f019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ Mapbox welcomes participation and contributions from everyone. -# 10.10.2 +# 10.10.3 April 13, 2023 +## Bug fixes 🐞 +* Fix tileset descriptor resolving failure when the disk cache is full. ([2071](https://github.com/mapbox/mapbox-maps-android/pull/2071)) + +## Dependencies +* Update gl-native to v10.10.2. ([2071](https://github.com/mapbox/mapbox-maps-android/pull/2071)) + +# 10.10.2 February 16, 2023 ## Bug fixes 🐞 * [tile store] Remove token from TileStore Logs. ([2011](https://github.com/mapbox/mapbox-maps-android/pull/2011)) diff --git a/buildSrc/src/main/kotlin/Project.kt b/buildSrc/src/main/kotlin/Project.kt index 51baaf19e8..74246e4dca 100644 --- a/buildSrc/src/main/kotlin/Project.kt +++ b/buildSrc/src/main/kotlin/Project.kt @@ -113,7 +113,7 @@ object Versions { const val mapboxGestures = "0.8.0" const val mapboxJavaServices = "5.4.1" const val mapboxBase = "0.8.0" - const val mapboxGlNative = "10.10.1" + const val mapboxGlNative = "10.10.2" const val mapboxCommon = "23.2.3" const val androidxCore = "1.7.0" // last version compatible with kotlin 1.5.31 const val androidxFragmentTesting = "1.5.0" diff --git a/extension-localization/README.md b/extension-localization/README.md index 89203dc1b6..5c8a0a1256 100644 --- a/extension-localization/README.md +++ b/extension-localization/README.md @@ -31,7 +31,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.extension:maps-localization:10.10.2' + implementation 'com.mapbox.extension:maps-localization:10.10.3' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 502f2dee5b..433c4c2c2f 100644 --- a/extension-style/README.md +++ b/extension-style/README.md @@ -32,7 +32,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.extension:maps-style:10.10.2' + implementation 'com.mapbox.extension:maps-style:10.10.3' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 0a5b034b40..7e498a8c23 100644 --- a/plugin-animation/README.md +++ b/plugin-animation/README.md @@ -34,7 +34,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-animation:10.10.2' + implementation 'com.mapbox.plugin:maps-animation:10.10.3' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 85a598cf53..abe32244e0 100644 --- a/plugin-annotation/README.md +++ b/plugin-annotation/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-annotation:10.10.2' + implementation 'com.mapbox.plugin:maps-annotation:10.10.3' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 7a86720da1..2ef0639474 100644 --- a/plugin-attribution/README.md +++ b/plugin-attribution/README.md @@ -33,7 +33,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-attribution:10.10.2' + implementation 'com.mapbox.plugin:maps-attribution:10.10.3' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index dc174b3627..04b392d325 100644 --- a/plugin-compass/README.md +++ b/plugin-compass/README.md @@ -32,9 +32,9 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-compass:10.10.2' + implementation 'com.mapbox.plugin:maps-compass:10.10.3' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.10.2' + implementation 'com.mapbox.plugin:maps-animation:10.10.3' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 294d1227fd..74991d56d6 100644 --- a/plugin-gestures/README.md +++ b/plugin-gestures/README.md @@ -30,9 +30,9 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-gestures:10.10.2' + implementation 'com.mapbox.plugin:maps-gestures:10.10.3' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.10.2' + implementation 'com.mapbox.plugin:maps-animation:10.10.3' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 18a5cc88ff..492730b18d 100644 --- a/plugin-lifecycle/README.md +++ b/plugin-lifecycle/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-lifecycle:10.10.2' + implementation 'com.mapbox.plugin:maps-lifecycle:10.10.3' // Make sure the version of appcompat is 1.3.0+ implementation 'androidx.appcompat:appcompat:1.3.0' } diff --git a/plugin-locationcomponent/README.md b/plugin-locationcomponent/README.md index ccf442769b..d4a65a2a2d 100644 --- a/plugin-locationcomponent/README.md +++ b/plugin-locationcomponent/README.md @@ -32,7 +32,7 @@ allprojects { } // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-locationcomponent:10.10.2' + implementation 'com.mapbox.plugin:maps-locationcomponent:10.10.3' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 32c5ecb2a0..65c9d1d4a0 100644 --- a/plugin-logo/README.md +++ b/plugin-logo/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-logo:10.10.2' + implementation 'com.mapbox.plugin:maps-logo:10.10.3' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 6cf7793031..8291780f94 100644 --- a/plugin-scalebar/README.md +++ b/plugin-scalebar/README.md @@ -32,7 +32,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-scalebar:10.10.2' + implementation 'com.mapbox.plugin:maps-scalebar:10.10.3' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index a581afa710..98b14f76d3 100644 --- a/plugin-viewport/README.md +++ b/plugin-viewport/README.md @@ -50,7 +50,7 @@ allprojects { } // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-viewport:10.10.2' + implementation 'com.mapbox.plugin:maps-viewport:10.10.3' } ```