mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Fix Authenticated Jitsi not working in release #3841
This commit is contained in:
parent
37e722e85d
commit
13d75f1d34
2 changed files with 13 additions and 1 deletions
1
changelog.d/3841.bugfix
Normal file
1
changelog.d/3841.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Authenticated Jitsi not working in release
|
13
vector/proguard-rules.pro
vendored
13
vector/proguard-rules.pro
vendored
|
@ -64,4 +64,15 @@
|
|||
-keepclassmembers class * { @com.facebook.react.uimanager.annotations.ReactPropGroup <methods>; }
|
||||
|
||||
-dontwarn com.facebook.react.**
|
||||
-keep,includedescriptorclasses class com.facebook.react.bridge.** { *; }
|
||||
-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…
Add table
Reference in a new issue