Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
cedarmaps-sdk-android-public
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Cedar Studios
cedarmaps-sdk-android-public
Commits
184b6f25
Commit
184b6f25
authored
Oct 04, 2018
by
Deployer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to Mapbox SDK version 6.5.0
parent
0e01cfe0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
15 deletions
+15
-15
build.gradle
CedarMapsSDK/build.gradle
+2
-2
build.gradle
CedarMapsSampleApp/build.gradle
+9
-9
README.md
README.md
+2
-2
build.gradle
build.gradle
+2
-2
No files found.
CedarMapsSDK/build.gradle
View file @
184b6f25
...
@@ -3,7 +3,7 @@ apply plugin: 'signing'
...
@@ -3,7 +3,7 @@ apply plugin: 'signing'
apply
plugin:
'com.github.dcendents.android-maven'
apply
plugin:
'com.github.dcendents.android-maven'
group
=
"com.cedarmaps"
group
=
"com.cedarmaps"
version
=
"3.1.
1
"
version
=
"3.1.
2
"
def
siteUrl
=
'http://cedarmaps.com'
def
siteUrl
=
'http://cedarmaps.com'
def
gitUrl
=
'http://cedarmaps.com/git'
def
gitUrl
=
'http://cedarmaps.com/git'
...
@@ -17,7 +17,7 @@ android {
...
@@ -17,7 +17,7 @@ android {
}
}
dependencies
{
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.squareup.okhttp3:okhttp:3.11.0'
implementation
'com.google.code.gson:gson:2.8.5'
implementation
'com.google.code.gson:gson:2.8.5'
}
}
...
...
CedarMapsSampleApp/build.gradle
View file @
184b6f25
apply
plugin:
'com.android.application'
apply
plugin:
'com.android.application'
android
{
android
{
compileSdkVersion
2
7
compileSdkVersion
2
8
defaultConfig
{
defaultConfig
{
applicationId
"com.cedarmaps.sdksampleapp"
applicationId
"com.cedarmaps.sdksampleapp"
minSdkVersion
15
minSdkVersion
15
targetSdkVersion
2
7
targetSdkVersion
2
8
versionCode
970
509
10
versionCode
970
712
10
versionName
"1.2.
0
"
versionName
"1.2.
1
"
vectorDrawables
.
useSupportLibrary
=
true
vectorDrawables
.
useSupportLibrary
=
true
}
}
...
@@ -78,12 +78,12 @@ android.applicationVariants.all { variant ->
...
@@ -78,12 +78,12 @@ android.applicationVariants.all { variant ->
dependencies
{
dependencies
{
implementation
(
project
(
':CedarMapsSDK'
))
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'
exclude
group:
'com.mapbox.mapboxsdk'
}
}
implementation
'com.android.support:appcompat-v7:2
7.1.1
'
implementation
'com.android.support:appcompat-v7:2
8.0.0
'
implementation
'com.android.support:design:2
7.1.1
'
implementation
'com.android.support:design:2
8.0.0
'
implementation
'com.android.support:support-vector-drawable:2
7.1.1
'
implementation
'com.android.support:support-vector-drawable:2
8.0.0
'
implementation
'com.android.support:support-v4:2
7.1.1
'
implementation
'com.android.support:support-v4:2
8.0.0
'
}
}
README.md
View file @
184b6f25
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
This guide will take you through the process of integrating CedarMaps into your Android application.
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
## Table of Contents
-
[
Installation
](
#installation
)
-
[
Installation
](
#installation
)
...
@@ -38,7 +38,7 @@ Then, add this to the `build.gradle` of your **app** module:
...
@@ -38,7 +38,7 @@ Then, add this to the `build.gradle` of your **app** module:
```
groovy
```
groovy
dependencies
{
dependencies
{
implementation
'com.cedarmaps:CedarMapsSDK:3.1.
1
'
implementation
'com.cedarmaps:CedarMapsSDK:3.1.
2
'
}
}
```
```
...
...
build.gradle
View file @
184b6f25
...
@@ -6,7 +6,7 @@ buildscript {
...
@@ -6,7 +6,7 @@ buildscript {
google
()
google
()
}
}
dependencies
{
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'
classpath
'com.github.dcendents:android-maven-gradle-plugin:2.1'
// NOTE: Do not place your application dependencies here; they belong
// NOTE: Do not place your application dependencies here; they belong
...
@@ -19,7 +19,7 @@ allprojects {
...
@@ -19,7 +19,7 @@ allprojects {
jcenter
()
jcenter
()
mavenCentral
()
mavenCentral
()
maven
{
maven
{
url
"http://repo.cedarmaps.com/android/"
url
"http
s
://repo.cedarmaps.com/android/"
}
}
google
()
google
()
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment