Skip to content

Commit

Permalink
Use Android's built-in XmlPull implementation (#5263)
Browse files Browse the repository at this point in the history
  • Loading branch information
tapetis authored Sep 23, 2023
1 parent b883227 commit 85e4e92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ configurations {
all {
// it's already included in Android
exclude(group = "net.sf.kxml", module = "kxml2")
exclude(group = "xmlpull", module = "xmlpull")
}
}

Expand Down
3 changes: 0 additions & 3 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
-dontobfuscate

-dontwarn org.xmlpull.**
-dontnote org.xmlpull.**

# tangram start ------------------------------------------------------------------------------------

# let's just keep everything
Expand Down

0 comments on commit 85e4e92

Please sign in to comment.