Skip to content

Commit

Permalink
Update proguard rules
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Corry <[email protected]>
  • Loading branch information
kylecorry31 committed Nov 8, 2024
1 parent 13585fc commit eb6199e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
-keepnames class * extends android.os.Parcelable
-keepnames class * extends java.io.Serializable
-keep class * extends androidx.fragment.app.Fragment{}
-keep class * extends com.davemorrissey.labs.subscaleview.decoder.ImageDecoder
-keep class * extends com.davemorrissey.labs.subscaleview.decoder.ImageRegionDecoder

-dontwarn com.caverock.androidsvg.SVG
-dontwarn com.caverock.androidsvg.SVGParseException
Expand Down

0 comments on commit eb6199e

Please sign in to comment.