Skip to content

Commit 94f6350

Browse files
author
Nick Rout
committed
Attempt to prevent crypto/preferences crash
1 parent 6f634be commit 94f6350

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: app/proguard-rules.pro

+5
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,8 @@
100100
## Jetpack Navigation
101101

102102
-keepnames class androidx.navigation.fragment.NavHostFragment
103+
104+
## Jetpack Crypto and minifyEnabled
105+
## https://issuetracker.google.com/issues/157983099
106+
107+
-keep class com.google.crypto.** { *; }

0 commit comments

Comments
 (0)