Skip to content

Commit b4fb48f

Browse files
authored
[deps] Update common to v23.10.1. (#2510)
1 parent ea0c11d commit b4fb48f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
# 10.18.1
6+
## Bug fixes 🐞
7+
* Fix a bug when billing event can be retried endlessly with 0 timeout in case network returns error.
8+
9+
## Dependencies
10+
* Update common to v23.10.1.
511

612
# 10.18.0 May 23, 2024
713
## Bug fixes 🐞

buildSrc/src/main/kotlin/Project.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ object Versions {
115115
const val mapboxJavaServices = "5.4.1"
116116
const val mapboxBase = "0.8.0"
117117
const val mapboxGlNative = "10.18.0"
118-
const val mapboxCommon = "23.10.0"
118+
const val mapboxCommon = "23.10.1"
119119
const val androidxCore = "1.6.0" // Latest version that supports compile SDK 30
120120
const val androidxFragmentTesting = "1.3.6" // Latest version that supports compile SDK 30
121121
const val androidxAnnotation = "1.1.0"

0 commit comments

Comments
 (0)