Skip to content

Commit

Permalink
fix(android) fix NoClassDefFoundError for Landroid/graphics/ColorSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Dec 8, 2021
1 parent 340698a commit 3349b61
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,9 @@
# ^^^ We added the above when we switched minifyEnabled on.

# Rule to avoid build errors related to SVGs.
-keep public class com.horcrux.svg.** {*;}
-keep public class com.horcrux.svg.** {*;}

# https://github.com/facebook/fresco/issues/2638
-keep public class com.facebook.imageutils.** {
public *;
}

0 comments on commit 3349b61

Please sign in to comment.