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

Commit

Permalink
[android] - update proguard configuration for 5.0.0 (#8437)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun authored Mar 16, 2017
1 parent e04aaa4 commit 6fb1fb5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions platform/android/MapboxGLAndroidSDK/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
# Package camera
-keep class com.mapbox.mapboxsdk.camera.** { *; }

# Package: geometry
# Package geometry
-keep class com.mapbox.mapboxsdk.geometry.** { *; }

# Package: http
# Package http
-keep class com.mapbox.mapboxsdk.http.** { *; }

# Package maps
Expand All @@ -32,9 +32,13 @@
# Package offline
-keep class com.mapbox.mapboxsdk.offline.** { *; }

# Package storage
-keep class com.mapbox.mapboxsdk.storage.** { *; }

# Package style
-keep class com.mapbox.mapboxsdk.style.layers.** { *; }
-keep class com.mapbox.mapboxsdk.style.sources.** { *; }
-keep class com.mapbox.mapboxsdk.style.functions.** { *; }

# Package telemetry
-keep class com.mapbox.mapboxsdk.telemetry.** { *; }
Expand Down

0 comments on commit 6fb1fb5

Please sign in to comment.