Skip to content

Commit

Permalink
update proguard rules to fix BKS Keystore issue
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Jun 8, 2023
1 parent 18b6563 commit 6496787
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,7 @@
-keep public enum com.bumptech.glide.load.ImageHeaderParser$** {
**[] $VALUES;
public *;
}
}

# BKS Keystore
-keep class org.bouncycastle.jcajce.provider.** { *; }

0 comments on commit 6496787

Please sign in to comment.