Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit d1cdc99

Browse files
committed
Updates dependencies.
1 parent aef52ee commit d1cdc99

6 files changed

Lines changed: 10 additions & 9 deletions

File tree

CedarMapsSDK/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'signing'
33
apply plugin: 'com.github.dcendents.android-maven'
44

55
group = "com.cedarmaps"
6-
version = "4.2.1"
6+
version = "4.3.0"
77
def siteUrl = 'http://cedarmaps.com'
88
def gitUrl = 'http://cedarmaps.com/git'
99

@@ -17,8 +17,9 @@ android {
1717
}
1818

1919
dependencies {
20-
api 'com.mapbox.mapboxsdk:mapbox-android-sdk:8.4.0'
21-
implementation 'com.squareup.okhttp3:okhttp:3.12.6' //We should stop at 3.12.x since later versions run on API 21+ only
20+
api 'com.mapbox.mapboxsdk:mapbox-android-sdk:8.6.3'
21+
implementation 'com.squareup.okhttp3:okhttp:3.12.10'
22+
//We should stop at 3.12.x since later versions run on API 21+ only
2223
implementation 'com.google.code.gson:gson:2.8.6'
2324
}
2425

CedarMapsSampleApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ dependencies {
7878
implementation (project(':CedarMapsSDK'))
7979
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v7:0.6.0'
8080
implementation 'androidx.appcompat:appcompat:1.1.0'
81-
implementation 'com.google.android.material:material:1.0.0'
81+
implementation 'com.google.android.material:material:1.1.0'
8282
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
8383
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Then, add this to the `build.gradle` of your **app** module:
3838

3939
```groovy
4040
dependencies {
41-
implementation 'com.cedarmaps:CedarMapsSDK:4.2.1'
41+
implementation 'com.cedarmaps:CedarMapsSDK:4.3.0'
4242
}
4343
```
4444

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.5.2'
9+
classpath 'com.android.tools.build:gradle:3.6.1'
1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1111

1212
// NOTE: Do not place your application dependencies here; they belong

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
android.enableJetifier=true
22
android.useAndroidX=true
33
GROUP=com.cedarmaps
4-
VERSION_NAME=4.2.1
4+
VERSION_NAME=4.3.0
55

66
# Project-wide Gradle settings.
77

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Sep 01 10:26:50 IRDT 2019
1+
#Sun Mar 22 18:05:02 IRDT 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 commit comments

Comments
 (0)