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

Commit

Permalink
fix proguard telemetry events rule (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guardiola31337 committed Apr 2, 2020
1 parent dceba08 commit 620bda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapboxGLAndroidSDK/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
-dontwarn com.google.auto.value.**

# config for telemetry events
-keep class com.mapbox.mapboxsdk.module.telemetry.**
-keep class com.mapbox.mapboxsdk.module.telemetry.** { *; }

# config for additional notes
-dontnote org.robolectric.Robolectric
Expand Down

0 comments on commit 620bda3

Please sign in to comment.