Update versions

This commit is contained in:
Him188 2020-12-01 13:02:45 +08:00
parent 73b807dd0c
commit 3fb25a07ae
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ object Versions {
const val coroutinesIo = "0.1.16"
const val dokka = "0.10.1"
const val blockingBridge = "1.4.1"
const val blockingBridge = "1.5.0"
const val androidGradlePlugin = "3.5.3"

View File

@ -363,7 +363,7 @@ internal class QQAndroidBotNetworkHandler(coroutineContext: CoroutineContext, bo
it as KnownPacketFactories.IncomingPacket<Packet>,
bot,
it.flag2,
it.consumer
it.consumer.cast() // IDE false positive warning
)
}.getOrElse {
logger.error("Exception on processing pendingIncomingPackets", it)