Fix Authenticated Jitsi not working in release #3841
This commit is contained in:
parent
37e722e85d
commit
13d75f1d34
|
@ -0,0 +1 @@
|
|||
Authenticated Jitsi not working in release
|
|
@ -65,3 +65,14 @@
|
|||
|
||||
-dontwarn com.facebook.react.**
|
||||
-keep,includedescriptorclasses class com.facebook.react.bridge.** { *; }
|
||||
|
||||
-keepattributes InnerClasses
|
||||
|
||||
# JWT dependencies
|
||||
-keep class io.jsonwebtoken.** { *; }
|
||||
-keepnames class io.jsonwebtoken.* { *; }
|
||||
-keepnames interface io.jsonwebtoken.* { *; }
|
||||
|
||||
-keep class org.bouncycastle.** { *; }
|
||||
-keepnames class org.bouncycastle.** { *; }
|
||||
-dontwarn org.bouncycastle.**
|
Loading…
Reference in New Issue