We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9bab0 commit 16c2075Copy full SHA for 16c2075
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ Mapbox welcomes participation and contributions from everyone.
4
5
### master
6
7
+### 5.1.0 - March 30, 2020
8
+
9
+- Adding flexibility to Matrix API builder to set custom max coordinate list size limit [#1133](https://github.com/mapbox/mapbox-java/pull/1133)
10
11
### 5.1.0-beta.2 - March 23, 2020
12
13
- Updated SNAPSHOT link in README [#1126](https://github.com/mapbox/mapbox-java/pull/1126)
README.md
@@ -46,7 +46,7 @@ repositories {
46
}
47
48
dependencies {
49
- implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.1.0-SNAPSHOT'
+ implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.2.0-SNAPSHOT'
50
51
```
52
0 commit comments