Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Mapbox Plugin testapp ProGuard rules.

-keep class com.google.**
-dontwarn com.google.**
# --- GMS ---
-keep public class com.google.android.gms.* { public *; }
-dontwarn com.google.android.gms.**
2 changes: 1 addition & 1 deletion plugin-geojson/proguard-consumer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# --- AutoValue ---
# AutoValue annotations are retained but dependency is compileOnly.
-dontwarn com.google.auto.value.AutoValue
-dontwarn com.google.auto.value.**

# --- Retrofit ---
# Retain generic type information for use by reflection by converters and adapters.
Expand Down
2 changes: 1 addition & 1 deletion plugin-locationlayer/proguard-consumer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# --- AutoValue ---
# AutoValue annotations are retained but dependency is compileOnly.
-dontwarn com.google.auto.value.AutoValue
-dontwarn com.google.auto.value.**

# --- Retrofit ---
# Retain generic type information for use by reflection by converters and adapters.
Expand Down
2 changes: 1 addition & 1 deletion plugin-offline/proguard-consumer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# --- AutoValue ---
# AutoValue annotations are retained but dependency is compileOnly.
-dontwarn com.google.auto.value.AutoValue
-dontwarn com.google.auto.value.**

# --- Retrofit ---
# Retain generic type information for use by reflection by converters and adapters.
Expand Down
2 changes: 1 addition & 1 deletion plugin-places/proguard-consumer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# --- AutoValue ---
# AutoValue annotations are retained but dependency is compileOnly.
-dontwarn com.google.auto.value.AutoValue
-dontwarn com.google.auto.value.**

# --- Retrofit ---
# Retain generic type information for use by reflection by converters and adapters.
Expand Down