Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gl-native to v10.0.0-rc.6 and common to v16.2.0 #543

Merged
merged 1 commit into from
Aug 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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