Skip to content

Commit e3c63d1

Browse files
vadzim-vysgithub-actions[bot]
authored andcommitted
exclude DirectionsRouteResponse from r8 (#11645)
GitOrigin-RevId: 170c75d0b235887f30b7d53a27280794c3a213b1
1 parent 88ab746 commit e3c63d1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

navigator/proguard-rules.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
# Refs https://github.com/mapbox/mapbox-bindgen/issues/27
44
-keep class com.google.gson.** {*;}
55
-keep class com.mapbox.bindgen.** {*;}
6-
-keep class com.mapbox.common.** {*;}
6+
-keep class com.mapbox.common.** {*;}
7+
-keep class com.mapbox.directions.route.DirectionsRouteResponse { *; }

0 commit comments

Comments
 (0)