Skip to content

Qiscus Chat SDK (core) v1.6.6

Compare
Choose a tag to compare
@ariefnurputranto ariefnurputranto released this 06 Jun 09:34
· 26 commits to master since this release

Changelog :

  • Prevent Crash when connecting realtime
  • Fix Issue Refresh token in some case

Note :
**Please add this proguard when use this version


# 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>