Skip to content

Commit

Permalink
Bump gl-native 10.10.2. (#2071)
Browse files Browse the repository at this point in the history
* Bump gl-native 10.10.2.

* Update README files.
  • Loading branch information
yunikkk authored Apr 12, 2023
1 parent a1bd12c commit 0608b29
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 16 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion extension-localization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion extension-style/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-animation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-annotation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-attribution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions plugin-compass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions plugin-gestures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-lifecycle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-locationcomponent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-logo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-scalebar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-viewport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down

0 comments on commit 0608b29

Please sign in to comment.