In-App Chat SDK Android Version 1.6.5 Release

  • Updated

Announcement: May 24, 2023

 

Hi there, Good news! We have made some improvements in chat SDK Android version 1.6.5. Below is the list of changes:

  • Prevent crash ANR when failing to connect to realtime lib

Note:

  • Please add this maven for support lib retrofit if get an error when sync gradle
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
  • Please add this proguard
# With R8 full mode generic signatures are stripped for classes that are not
# kept. Suspend functions are wrapped in continuations where the type argument
# is used.
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation
-keep,allowobfuscation,allowshrinking interface retrofit2.Call
-keep,allowobfuscation,allowshrinking class retrofit2.Response

# R8 full mode strips generic signatures from return types if not kept.
-if interface * { @retrofit2.http.* public *** *(...); }
-keep,allowoptimization,allowshrinking,allowobfuscation class <3>

 

For further information, feedback, or questions about the changes above, please feel free to drop us some feedback at https://support.qiscus.com/.

Best regards,
Product Team

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.