mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-01 20:50:15 +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 coroutinesIo = "0.1.16"
|
||||||
const val dokka = "0.10.1"
|
const val dokka = "0.10.1"
|
||||||
|
|
||||||
const val blockingBridge = "1.4.1"
|
const val blockingBridge = "1.5.0"
|
||||||
|
|
||||||
const val androidGradlePlugin = "3.5.3"
|
const val androidGradlePlugin = "3.5.3"
|
||||||
|
|
||||||
|
@ -363,7 +363,7 @@ internal class QQAndroidBotNetworkHandler(coroutineContext: CoroutineContext, bo
|
|||||||
it as KnownPacketFactories.IncomingPacket<Packet>,
|
it as KnownPacketFactories.IncomingPacket<Packet>,
|
||||||
bot,
|
bot,
|
||||||
it.flag2,
|
it.flag2,
|
||||||
it.consumer
|
it.consumer.cast() // IDE false positive warning
|
||||||
)
|
)
|
||||||
}.getOrElse {
|
}.getOrElse {
|
||||||
logger.error("Exception on processing pendingIncomingPackets", it)
|
logger.error("Exception on processing pendingIncomingPackets", it)
|
||||||
|
Loading…
Reference in New Issue
Block a user