Skip to content

Commit

Permalink
Removed class where needed in proguard rules (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith committed Sep 18, 2019
1 parent cec833d commit 0d75931
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 com.mapbox.mapboxsdk.**
-dontnote com.mapbox.android.gestures.**
-dontnote 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 com.mapbox.mapboxsdk.**
-dontnote com.mapbox.android.gestures.**
-dontnote com.mapbox.mapboxsdk.plugins.**

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

0 comments on commit 0d75931

Please sign in to comment.