Skip to content

Commit 022da8e

Browse files
author
Łukasz Paczos
committed
[localization] Readme and changelog for 0.6.0
1 parent 11d6ba4 commit 022da8e

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

plugin-localization/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Mapbox 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)

plugin-localization/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
2121
// In the app build.gradle file
2222
dependencies {
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
4040
dependencies {
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

0 commit comments

Comments
 (0)