-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
While using this app on Android L (5) devices, our app crashes:
No pending exception expected: java.lang.NoSuchFieldError: no "J" field "mCtxPtr" in class "Lcom/facebook/crypto/cipher/NativeGCMCipher;" or its superclasses
I could mitigate this crash by adding this proguard rule:
-keep class com.facebook.crypto.** { *; }
I wonder, what are the correct proguard rules as it appears they are not shipped with the library?
Metadata
Metadata
Assignees
Labels
No labels