Skip to content

Commit

Permalink
Merge pull request #22 from baato/translation_map
Browse files Browse the repository at this point in the history
updated proguard for flutter test
  • Loading branch information
Bhawak authored Jul 21, 2021
2 parents 685ded6 + 4e5bfeb commit a2f0ebc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
-keepattributes Signature
-keepattributes Annotation
-keep class okhttp3.** { *; }
-keep class com.mapbox.android.core.location** { *; }
ç
-keep interface okhttp3.** { *; }
-dontwarn okhttp3.**
-dontwarn okio.**
Expand Down
7 changes: 6 additions & 1 deletion libandroid-navigation-ui/proguard-consumer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
-dontwarn okhttp3.**
# A resource is loaded with a relative path so the package of this class must be preserved.
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
-keepnames class com.mapbox.android.core.location.LocationEngine

-dontwarn com.mapbox.android.core.location.**
-keep class com.mapbox.android.core.location.** { *; }

-keep class com.google.android.gms.** { *; }
-dontwarn com.google.android.gms.**

# --- Picasso ---
-dontwarn com.squareup.okhttp.**
Expand Down
8 changes: 7 additions & 1 deletion libandroid-navigation/proguard-consumer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
-dontwarn okio.**
# A resource is loaded with a relative path so the package of this class must be preserved.
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
-keepnames class com.mapbox.android.core.location.LocationEngine

-dontwarn com.mapbox.android.core.location.**
-keep class com.mapbox.android.core.location.** { *; }

-keep class com.google.android.gms.** { *; }
-dontwarn com.google.android.gms.**

# --- Java ---
-dontwarn java.awt.Color

Expand Down

0 comments on commit a2f0ebc

Please sign in to comment.