File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Mapbox welcomes participation and contributions from everyone.
44
5+ ### 0.6.0 - December 20, 2018
6+ - Add support for Russian locale [ #678 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/678 )
7+ - Support for streets v8 sources [ #778 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/778 )
8+ - Maps 6.8.0 bump [ #797 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/797 )
9+
510### 0.5.0 - September 12, 2018
611 - Update ProGuard to support built-in shrinker of Gradle Plugin [ #582 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/582 )
712 - Update localization plugin to support expressions [ #654 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/654 )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
2020
2121// In the app build.gradle file
2222dependencies {
23- implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.5 .0'
23+ implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.6 .0'
2424}
2525```
2626
@@ -38,7 +38,7 @@ repositories {
3838
3939// In the app build.gradle file
4040dependencies {
41- implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.6 .0-SNAPSHOT'
41+ implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.7 .0-SNAPSHOT'
4242}
4343```
4444
You can’t perform that action at this time.
0 commit comments