Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ dependencies {
// Architecture
implementation dependenciesList.lifecycleExtensions
implementation dependenciesList.roomRuntime
annotationProcessor dependenciesList.roomCompiler
kapt dependenciesList.roomCompiler

// LOST
implementation dependenciesList.lost
implementation dependenciesList.playLocation

// Support libraries
implementation dependenciesList.supportAnnotation
Expand Down
8 changes: 4 additions & 4 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {

androidVersions = [
minSdkVersion : 15,
minSdkVersion : 14,
targetSdkVersion : 27,
compileSdkVersion: 27,
buildToolsVersion: '27.0.2'
Expand All @@ -11,7 +11,7 @@ ext {
mapboxMapSdk : '6.0.1',
mapboxGeocoding : '3.0.1',
mapboxGeoJson : '3.0.1',
lost : '3.0.4',
playLocation : '11.8.0',
autoValue : '1.5.3',
autoValueParcel : '0.2.6',
junit : '4.12',
Expand Down Expand Up @@ -43,8 +43,8 @@ ext {
mapboxGeoJson : "com.mapbox.mapboxsdk:mapbox-sdk-geojson:${version.mapboxGeoJson}",
mapboxGeocoding : "com.mapbox.mapboxsdk:mapbox-sdk-services:${version.mapboxGeocoding}",

// Lost
lost : "com.mapzen.android:lost:${version.lost}",
// Google Play Location
playLocation : "com.google.android.gms:play-services-location:${version.playLocation}",

// AutoValue
autoValue : "com.google.auto.value:auto-value:${version.autoValue}",
Expand Down
3 changes: 3 additions & 0 deletions plugin-building/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for the Mapbox building plugin

### 0.3.0 - TBD
- Lowered min SDK to API level 14 to match Map SDK

### 0.2.0 - April 18, 2018
- Updates Map SDK to 6.0.1
- Adds `isVisible` API [#404](https://github.com/mapbox/mapbox-plugins-android/pull/404)
Expand Down
3 changes: 3 additions & 0 deletions plugin-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Mapbox welcomes participation and contributions from everyone.

### 0.3.0 - TBD
- Lowered min SDK to API level 14 to match Map SDK

### 0.2.0 - April 18, 2018
- Updates Map SDK to 6.0.1

Expand Down
3 changes: 3 additions & 0 deletions plugin-geojson/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Mapbox welcomes participation and contributions from everyone.

### 0.3.0 - TBD
- Lowered min SDK to API level 14 to match Map SDK

### 0.2.0 - April 18, 2018
- Updates Map SDK to 6.0.1
- Adds consumer ProGuard rules [#373](https://github.com/mapbox/mapbox-plugins-android/pull/373)
Expand Down
3 changes: 3 additions & 0 deletions plugin-localization/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Mapbox welcomes participation and contributions from everyone.

### 0.3.0 - TBD
- Lowered min SDK to API level 14 to match Map SDK

### 0.2.0 - April 18, 2018
- Updates Map SDK to 6.0.1

Expand Down
3 changes: 3 additions & 0 deletions plugin-locationlayer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Mapbox welcomes participation and contributions from everyone.

### 0.6.0 - TBD
- Lowered min SDK to API level 14 to match Map SDK

### 0.5.0 - April 19, 2018
- Maps SDK Bumped to 6.0.1 [#432](https://github.com/mapbox/mapbox-plugins-android/pull/432)
- Remove invalid Location update check [#431](https://github.com/mapbox/mapbox-plugins-android/pull/431)
Expand Down
3 changes: 3 additions & 0 deletions plugin-offline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog for the Mapbox offline plugin

### 0.2.0 - TBD
- Lowered min SDK to API level 14 to match Map SDK

### 0.1.0 - April 18, 2018
- Initial release as a standalone package.
3 changes: 3 additions & 0 deletions plugin-places/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Mapbox welcomes participation and contributions from everyone.

### 0.4.0 - TBD
- Lowered min SDK to API level 14 to match Map SDK

### 0.3.0 - April 18, 2018
- Updates Map SDK to 6.0.1
- Adds consumer ProGuard rules [#373](https://github.com/mapbox/mapbox-plugins-android/pull/373)
Expand Down
3 changes: 3 additions & 0 deletions plugin-traffic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for the Mapbox traffic plugin

### 0.6.0 - TBD
- Lowered min SDK to API level 14 to match Map SDK

### 0.5.0 - April 18, 2018
- Updates Map SDK to 6.0.1

Expand Down