mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-31 05:34:43 +08:00
Update versions
This commit is contained in:
parent
73b807dd0c
commit
3fb25a07ae
@ -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"
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user