Skip to content

Commit

Permalink
Fix proguard (#1816)
Browse files Browse the repository at this point in the history
Without this line when a project is built it produce this error 

com.mapbox.services.android.navigation.ui.v5.MapboxNavigationActivity: can't find referenced field 'int navigationView' in program class com.mapbox.services.android.navigation.ui.v5.R$id
  • Loading branch information
danesfeder authored Mar 25, 2019
1 parent 2ebac21 commit b911e4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libandroid-navigation-ui/proguard-consumer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@

# --- com.amazonaws.util.json.JacksonFactory ---
-dontwarn com.fasterxml.jackson.core.**

# --- Mapbox ---
-dontwarn com.mapbox.services.android.navigation.ui.v5.**

0 comments on commit b911e4e

Please sign in to comment.