Skip to content

Commit

Permalink
add ProGuard rule to ignore kxml2 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tolot27 committed Jun 6, 2024
1 parent b8a3069 commit 1ad17aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
-keep class android.support.v7.widget.SearchView { *; }
-keep class kotlinx.serialization.Serializable { *; }

# The lib net.sf.kxml:kxml2:2.3.0 is referenced in same required libraries used for
# Android testing. R8 is showing missing classes warnings which can be safely ignored.
-dontwarn org.kxml2.io.KXmlParser
-dontwarn org.kxml2.io.KXmlSerializer

-dontwarn java.util.concurrent.**

-keep class rx.schedulers.Schedulers {
Expand Down

0 comments on commit 1ad17aa

Please sign in to comment.