Skip to content

Commit 4c659b8

Browse files
Bump Mapbox SDKs versions to beta.2 (#355)
1 parent 800a50e commit 4c659b8

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Changelog for the Mapbox Search SDK for Android
22

3-
## 2.15.0-beta.1
3+
## 2.15.0-beta.2
44

55
### New features
66
- Added new field `SearchResultMetadata.parkingType` - the type of parking at the POI.
77
- Added new fields for the `SearchAddress` type - `regionInfo` and `countryInfo` which provide additional address information like region and country ISO codes.
88

99
### Mapbox dependencies
10-
- Search Native SDK `2.15.0-beta.1`
11-
- Common SDK `24.15.0-beta.1`
12-
- Maps SDK `11.15.0-beta.1`
10+
- Search Native SDK `2.15.0-beta.2`
11+
- Common SDK `24.15.0-beta.2`
12+
- Maps SDK `11.15.0-beta.2`
1313

1414

1515

MapboxSearch/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android.enableJetifier=false
2121
kotlin.code.style=official
2222

2323
# SDK version attributes
24-
VERSION_NAME=2.15.0-beta.1
24+
VERSION_NAME=2.15.0-beta.2
2525

2626
# Artifact attributes
2727
mapboxArtifactUserOrg=mapbox

MapboxSearch/gradle/versions.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ ext {
4444

4545
version = [
4646
// Mapbox
47-
mapboxSearchNative : '2.15.0-beta.1',
48-
mapboxCommon : '24.15.0-beta.1',
49-
mapboxMaps : '11.15.0-beta.1',
47+
mapboxSearchNative : '2.15.0-beta.2',
48+
mapboxCommon : '24.15.0-beta.2',
49+
mapboxMaps : '11.15.0-beta.2',
5050
mapboxTurf : '6.15.0',
5151
mapboxBase : '0.8.0',
5252
mapboxTestDsl : '0.1.5',

MapboxSearch/place-autocomplete/src/androidTest/java/com/mapbox/search/autocomplete/PlaceAutocompleteIntegrationTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ import org.junit.Assert.assertNotNull
4444
import org.junit.Assert.assertTrue
4545
import org.junit.Before
4646
import org.junit.BeforeClass
47-
import org.junit.Ignore
4847
import org.junit.Test
4948
import org.junit.runner.RunWith
5049
import java.io.IOException
@@ -114,7 +113,6 @@ internal class PlaceAutocompleteIntegrationTest {
114113
)
115114
}
116115

117-
@Ignore("TODO fix crash")
118116
@Test
119117
fun testRequestParametersForReverseGeocodingSearch() {
120118
mockServer.enqueue(MockResponse().setResponseCode(500))

0 commit comments

Comments
 (0)