Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] updated mapbox-sdk-services to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osana committed Apr 5, 2018
1 parent db3cf22 commit 3eeb107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/android/MapboxGLAndroidSDK/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
-dontwarn org.conscrypt.OpenSSLProvider
-dontwarn org.conscrypt.Conscrypt

# config for mapbox-sdk-geojson:3.0.0-beta.3
# config for mapbox-sdk-geojson:3.0.1
-keep class com.mapbox.geojson.** { *; }
-keep class com.google.gson.** { *; }
-dontnote com.google.gson.internal.UnsafeAllocator
Expand Down
2 changes: 1 addition & 1 deletion platform/android/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
]

versions = [
mapboxServices : '3.0.0-beta.4',
mapboxServices : '3.0.1',
mapboxTelemetry: '3.0.0-beta.4',
mapboxGestures : '0.2.0',
supportLib : '25.4.0',
Expand Down

0 comments on commit 3eeb107

Please sign in to comment.