Skip to content

Commit

Permalink
4.2.0 release (mapbox#186)
Browse files Browse the repository at this point in the history
* using 4.2.0 final release

* reverted to original support lib version
  • Loading branch information
Cameron Mace authored Dec 14, 2016
1 parent 298ad89 commit 85ddafb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Mapbox welcomes participation and contributions from everyone.

## 4.2.0
* Indoor map example
* Los Angeles tourism example
* Symbol layer example
* Location memory leaks resolved

## 4.2.0-beta.3 - September 21, 2016
* Mapbox Android SDK v4.2.0-beta.3
* Landuse Styling - lab example
Expand Down
10 changes: 5 additions & 5 deletions MapboxAndroidDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
versionCode 33
versionName "4.2.0-beta.5"
versionCode 34
versionName "4.2.0"
}

buildTypes {
Expand Down Expand Up @@ -45,13 +45,13 @@ dependencies {
compile 'com.squareup.picasso:picasso:2.5.2'

// Mapbox dependencies
// compile('com.mapbox.mapboxsdk:mapbox-android-sdk:4.2.0-beta.5@aar') {
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:4.2.0-SNAPSHOT@aar') {
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:4.2.0@aar') {
// compile('com.mapbox.mapboxsdk:mapbox-android-sdk:4.2.0-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-java-services'
}
//compile('com.mapbox.mapboxsdk:mapbox-android-services:1.3.1@aar') {
compile ('com.mapbox.mapboxsdk:mapbox-android-services:2.0.0-SNAPSHOT@aar') {
compile('com.mapbox.mapboxsdk:mapbox-android-services:2.0.0-SNAPSHOT@aar') {
transitive = true
}

Expand Down
8 changes: 4 additions & 4 deletions MapboxAndroidWearDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'


android {
compileSdkVersion 24
compileSdkVersion 25
buildToolsVersion "24.0.2"

defaultConfig {
applicationId "com.mapbox.mapboxandroidweardemo"
minSdkVersion 21
targetSdkVersion 24
targetSdkVersion 25
versionCode 1
versionName "1.0"
}
Expand All @@ -23,10 +23,10 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.android.support:wearable:2.0.0-alpha3'
compile 'com.google.android.gms:play-services-wearable:9.6.1'
compile 'com.google.android.gms:play-services-wearable:10.0.1'

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

0 comments on commit 85ddafb

Please sign in to comment.