Commit 184b6f25 authored by Deployer's avatar Deployer

Updated to Mapbox SDK version 6.5.0

parent 0e01cfe0
......@@ -3,7 +3,7 @@ apply plugin: 'signing'
apply plugin: 'com.github.dcendents.android-maven'
group = "com.cedarmaps"
version = "3.1.1"
version = "3.1.2"
def siteUrl = 'http://cedarmaps.com'
def gitUrl = 'http://cedarmaps.com/git'
......@@ -17,7 +17,7 @@ android {
}
dependencies {
api 'com.cedarmaps:mapbox-android-sdk:6.3.0'
api 'com.cedarmaps:mapbox-android-sdk:6.5.0'
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
implementation 'com.google.code.gson:gson:2.8.5'
}
......
apply plugin: 'com.android.application'
android {
compileSdkVersion 27
compileSdkVersion 28
defaultConfig {
applicationId "com.cedarmaps.sdksampleapp"
minSdkVersion 15
targetSdkVersion 27
versionCode 97050910
versionName "1.2.0"
targetSdkVersion 28
versionCode 97071210
versionName "1.2.1"
vectorDrawables.useSupportLibrary = true
}
......@@ -78,12 +78,12 @@ android.applicationVariants.all { variant ->
dependencies {
implementation (project(':CedarMapsSDK'))
implementation("com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.7.1") {
implementation("com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.8.2") {
exclude group: 'com.mapbox.mapboxsdk'
}
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support:support-vector-drawable:27.1.1'
implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-vector-drawable:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
}
......@@ -2,7 +2,7 @@
This guide will take you through the process of integrating CedarMaps into your Android application.
All the mentioned methods and tools in this document are tested on Android Studio v3.1.3.
All the mentioned methods and tools in this document are tested on Android Studio v3.2.0.
## Table of Contents
- [Installation](#installation)
......@@ -38,7 +38,7 @@ Then, add this to the `build.gradle` of your **app** module:
```groovy
dependencies {
implementation 'com.cedarmaps:CedarMapsSDK:3.1.1'
implementation 'com.cedarmaps:CedarMapsSDK:3.1.2'
}
```
......
......@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// NOTE: Do not place your application dependencies here; they belong
......@@ -19,7 +19,7 @@ allprojects {
jcenter()
mavenCentral()
maven {
url "http://repo.cedarmaps.com/android/"
url "https://repo.cedarmaps.com/android/"
}
google()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment