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 (#11593)
Browse files Browse the repository at this point in the history
* [android] updated mapbox-sdk-services to 3.0.1

* [android] - downgrade tooling for MAS-3.0.1
  • Loading branch information
osana authored Apr 5, 2018
1 parent c50a74d commit 275d753
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions platform/android/MapboxGLAndroidSDK/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@
-dontnote okhttp3.**

# config for mapbox-android-telemetry:3.0.0-beta.1
-keep class com.mapbox.android.telemetry.** { *; }
-dontwarn com.mapbox.android.core.location.MockLocationEngine
-dontwarn com.mapbox.android.core.location.MockLocationEngine$LocationUpdateRunnable
-dontwarn java.awt.Color
-dontwarn com.mapzen.android.lost.api**
-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 All @@ -38,4 +39,5 @@
-dontnote com.google.protobuf.ExtensionRegistry
-dontnote com.google.protobuf.Extension
-dontnote android.net.**
-dontnote org.apache.http.**
-dontnote org.apache.http.**
-dontwarn com.sun.xml.internal.ws.spi.db.**
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 275d753

Please sign in to comment.