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

Commit c64ce68

Browse files
committed
Updates Gradle plugin as well as Mapbox SDK version
1 parent a9b812f commit c64ce68

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CedarMapsSDK/build.gradle

Lines changed: 3 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.0.2"
6+
version = "4.1.0"
77
def siteUrl = 'http://cedarmaps.com'
88
def gitUrl = 'http://cedarmaps.com/git'
99

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

1919
dependencies {
20-
api 'com.mapbox.mapboxsdk:mapbox-android-sdk:8.0.0'
21-
implementation 'com.squareup.okhttp3:okhttp:3.12.0'
20+
api 'com.mapbox.mapboxsdk:mapbox-android-sdk:8.3.0'
21+
implementation 'com.squareup.okhttp3:okhttp:3.14.1'
2222
implementation 'com.google.code.gson:gson:2.8.5'
2323
}
2424

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.4.1'
9+
classpath 'com.android.tools.build:gradle:3.5.0'
1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon May 20 13:43:16 IRDT 2019
1+
#Sun Sep 01 10:26:50 IRDT 2019
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.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 commit comments

Comments
 (0)