Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
bumped version to beta 3 and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron committed Sep 21, 2016
1 parent faa47ca commit a9a5073
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@

Mapbox welcomes participation and contributions from everyone.

## 4.2.0-beta.3 - September 21, 2016
* Mapbox Android SDK v4.2.0-beta.3
* Landuse Styling - lab example
* OffRoute example

## 4.2.0-beta.2 - August 25, 2016
* Mapbox Android SDK v4.2.0-beta.2
* Query features examples added

## 4.2.0-beta.1 - August 6, 2016
* Mapbox Android SDK v4.2.0-beta.1
* Runtime style examples added

## 4.1.1
* Mapbox Android SDK v4.1.1
* Mapbox Android Service v1.2.1

## 4.1.0

* Lab category has been added giving a section for more complex code examples
* Location picker example
* Track user location example
Expand Down
2 changes: 1 addition & 1 deletion MapboxAndroidDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
compile 'com.squareup.picasso:picasso:2.5.2'

// Mapbox dependencies
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:4.2.0-SNAPSHOT@aar') {
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:4.2.0-beta.3@aar') {
transitive = true
}
compile('com.mapbox.mapboxsdk:mapbox-android-services:1.3.1@aar') {
Expand Down

0 comments on commit a9a5073

Please sign in to comment.