Skip to content

Commit

Permalink
Update gl-native to v10.0.0-rc.6 and common to v16.2.0 (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryldz authored Aug 4, 2021
1 parent 53b35c0 commit f205861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ object Versions {
const val mapboxGestures = "0.7.0"
const val mapboxJavaServices = "5.4.1"
const val mapboxBase = "0.5.0"
const val mapboxGlNative = "10.0.0-rc.5"
const val mapboxCommon = "16.0.0"
const val mapboxGlNative = "10.0.0-rc.6"
const val mapboxCommon = "16.2.0"
const val mapboxAndroidCore = "5.0.0"
const val mapboxAndroidTelemetry = "8.1.0"
const val androidxCore = "1.3.1"
Expand Down
4 changes: 1 addition & 3 deletions sdk/src/androidTest/java/com/mapbox/maps/OfflineTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,7 @@ class OfflineTest {
cancelableTileStoreTask = tileStore.loadTileRegion(
TILE_REGION_ID,
TileRegionLoadOptions.Builder()
// TODO https://github.com/mapbox/mapbox-maps-android/issues/503
// we explicitly set another region to make test not flaky
.geometry(Point.fromLngLat(0.0, 0.0))
.geometry(TOKYO)
.descriptors(
listOf(
offlineManager.createTilesetDescriptor(
Expand Down

0 comments on commit f205861

Please sign in to comment.