Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Proguard tweak to remove { *; } where needed (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith authored Sep 17, 2019
1 parent 946c7cf commit 0ec8702
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions MapboxAndroidDemo/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@
-keep class com.mapbox.android.core.location.**
-keep class android.arch.lifecycle.** { *; }
-keep class com.mapbox.android.core.location.** { *; }
-dontnote class com.mapbox.mapboxsdk.** { *; }
-dontnote class com.mapbox.android.gestures.** { *; }
-dontnote class com.mapbox.mapboxsdk.plugins.** { *; }
-dontnote class com.mapbox.mapboxsdk.**
-dontnote class com.mapbox.android.gestures.**
-dontnote class com.mapbox.mapboxsdk.plugins.**

# Other Android
-dontnote android.net.http.*
Expand Down
6 changes: 3 additions & 3 deletions MapboxAndroidWearDemo/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@
-keep class com.mapbox.android.core.location.**
-keep class android.arch.lifecycle.** { *; }
-keep class com.mapbox.android.core.location.** { *; }
-dontnote class com.mapbox.mapboxsdk.** { *; }
-dontnote class com.mapbox.android.gestures.** { *; }
-dontnote class com.mapbox.mapboxsdk.plugins.** { *; }
-dontnote class com.mapbox.mapboxsdk.**
-dontnote class com.mapbox.android.gestures.**
-dontnote class com.mapbox.mapboxsdk.plugins.**

# Other Android
-keep public class com.google.firebase.** { public *; }
Expand Down

0 comments on commit 0ec8702

Please sign in to comment.