element-hq / element-hq/element-android
obfuscate true creating problem with decryption of messages
Open
- Dominant language
- Kotlin
- Stars
- 3.7k
- Forks
- 917
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Creating Signed build with obfuscate value true, Message is Going to the receiver but not get decrypted showing "waiting for the message this may take a while" .
postprocessing {
removeUnusedCode true
removeUnusedResources true
obfuscate true
optimizeCode true
proguardFiles 'proguard-rules.pro'
}
Contributor guide
Assessment
This issue has not been assessed yet.