Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit f0c0859

Browse files
author
Langston Smith
authored
6.4.0 release proguard fixes (#834)
* proguard fixes * additions
1 parent f728929 commit f0c0859

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MapboxAndroidDemo/proguard-rules.pro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,12 @@
6262
# Ignore annotation used for build tooling.
6363
-dontwarn org.codehaus.mojo.animal_sniffer.*
6464

65+
# GSON
66+
-dontwarn com.google.gson.**
67+
6568
# --- OkHttp ---
6669
-dontwarn okhttp3.**
70+
6771
-dontwarn okio.**
6872
-dontwarn okio.BufferedSink
6973
-dontwarn javax.annotation.**
@@ -109,12 +113,16 @@
109113
-keep class android.arch.** { *; }
110114
-dontwarn android.arch.**
111115

116+
# Mapbox Telemetry
117+
-dontwarn com.mapbox.android.telemetry.**
118+
-dontwarn com.mapbox.android.core.location.**
112119

113120
# Other Android
114121
-dontnote android.net.http.*
115122
-dontnote org.apache.commons.codec.**
116123
-dontnote org.apache.http.**
117124

125+
-dontwarn com.google.firebase.**
118126
-dontwarn org.xmlpull.v1.**
119127
-dontnote org.xmlpull.v1.**
120128
-keep class org.xmlpull.** { *; }

0 commit comments

Comments
 (0)