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

Commit 6bcb3b5

Browse files
author
Langston Smith
authored
dontwarn to keep (#835)
1 parent f0c0859 commit 6bcb3b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MapboxAndroidDemo/proguard-rules.pro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
-dontwarn org.codehaus.mojo.animal_sniffer.*
6464

6565
# GSON
66-
-dontwarn com.google.gson.**
66+
-keep com.google.gson.**
6767

6868
# --- OkHttp ---
6969
-dontwarn okhttp3.**
@@ -114,15 +114,15 @@
114114
-dontwarn android.arch.**
115115

116116
# Mapbox Telemetry
117-
-dontwarn com.mapbox.android.telemetry.**
118-
-dontwarn com.mapbox.android.core.location.**
117+
-keep com.mapbox.android.telemetry.**
118+
-keep com.mapbox.android.core.location.**
119119

120120
# Other Android
121121
-dontnote android.net.http.*
122122
-dontnote org.apache.commons.codec.**
123123
-dontnote org.apache.http.**
124124

125-
-dontwarn com.google.firebase.**
125+
-keep com.google.firebase.**
126126
-dontwarn org.xmlpull.v1.**
127127
-dontnote org.xmlpull.v1.**
128128
-keep class org.xmlpull.** { *; }

0 commit comments

Comments
 (0)