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

Commit b51b544

Browse files
author
Langston Smith
authored
Proguard fixes (#800)
* deleted mapbox core lines * other additinos
1 parent 0709320 commit b51b544

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

MapboxAndroidDemo/proguard-rules.pro

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,13 @@
106106
-dontwarn android.arch.**
107107

108108

109-
# Other Mapbox core
110-
-keep android.arch.lifecycle.**
111-
-keep com.mapbox.android.core.location.**
112-
113109
# Other Android
114110
-dontnote android.net.http.*
115111
-dontnote org.apache.commons.codec.**
116112
-dontnote org.apache.http.**
117113

114+
-dontwarn org.xmlpull.v1.**
115+
-dontnote org.xmlpull.v1.**
116+
-keep class org.xmlpull.** { *; }
117+
-keepclassmembers class org.xmlpull.** { *; }
118+

0 commit comments

Comments
 (0)