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

Commit

Permalink
[android] fix geojson source proguard issue (#9569) (#9577)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guardiola31337 authored and tobrun committed Jul 28, 2017
1 parent 6d62959 commit 5e6ca3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/android/MapboxGLAndroidSDK/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
-keep class com.mapbox.mapboxsdk.** { *; }
-keep interface com.mapbox.mapboxsdk.** { *; }
-keep class com.mapbox.services.android.telemetry.** { *; }
-keep class com.mapbox.services.commons.** { *;}
-keep class com.mapbox.services.commons.** { *;}
-keep class com.google.gson.** { *; }

0 comments on commit 5e6ca3a

Please sign in to comment.