Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
revert: update mirai 2.15.0-dev-83
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed May 6, 2023
1 parent f410fda commit c543e72
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 54 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
kotlin("android")
kotlin("plugin.serialization")
}
val miraiVersion = "2.15.0-dev-83"
val miraiVersion = "2.15.0-M1"

android {
namespace = "top.mrxiaom.mirai.aoki"
Expand Down
52 changes: 0 additions & 52 deletions app/src/main/java/xyz/cssxsh/mirai/tool/FixProtocolVersion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,6 @@ public object FixProtocolVersion {
sign = "A6 B7 45 BF 24 A2 C2 77 52 77 16 F6 F3 6E B6 8D"
buildTime = 1676531414L
ssoVersion = 19
}
impl.id < 537153294 -> impl.apply {
apkId = "com.tencent.mobileqq"
id = 537153294
ver = "8.9.35.10440"
sdkVer = "6.0.0.2535"
miscBitMap = 0x08F7_FF7C
subSigMap = 0x0001_0400
mainSigMap = 0x00FF_32F2
sign = "A6 B7 45 BF 24 A2 C2 77 52 77 16 F6 F3 6E B6 8D"
buildTime = 1676531414L
ssoVersion = 19
supportsQRLogin = false
}
else -> impl
Expand All @@ -117,18 +105,6 @@ public object FixProtocolVersion {
sign = "A6 B7 45 BF 24 A2 C2 77 52 77 16 F6 F3 6E B6 8D"
buildTime = 1676531414L
ssoVersion = 19
}
impl.id < 537152242 -> impl.apply {
apkId = "com.tencent.mobileqq"
id = 537152242
ver = "8.9.35.10440"
sdkVer = "6.0.0.2535"
miscBitMap = 0x08F7_FF7C
subSigMap = 0x0001_0400
mainSigMap = 0x00FF_32F2
sign = "A6 B7 45 BF 24 A2 C2 77 52 77 16 F6 F3 6E B6 8D"
buildTime = 1676531414L
ssoVersion = 19
supportsQRLogin = false
}
else -> impl
Expand All @@ -150,19 +126,6 @@ public object FixProtocolVersion {
ssoVersion = 5
supportsQRLogin = true
}
impl.id < 537065138 -> impl.apply {
apkId = "com.tencent.qqlite"
id = 537065138
ver = "2.0.8"
sdkVer = "6.0.0.2365"
miscBitMap = 0x00F7_FF7C
subSigMap = 0x0001_0400
mainSigMap = 0x00FF_32F2
sign = "A6 B7 45 BF 24 A2 C2 77 52 77 16 F6 F3 6E B6 8D"
buildTime = 1559564731L
ssoVersion = 5
supportsQRLogin = true
}
else -> impl
}
}
Expand All @@ -180,18 +143,6 @@ public object FixProtocolVersion {
sign = "AA 39 78 F4 1F D9 6F F9 91 4A 66 9E 18 64 74 C7"
buildTime = 1640921786L
ssoVersion = 19
}
impl.id <= 537151363 -> impl.apply {
apkId = "com.tencent.minihd.qq"
id = 537151363
ver = "8.9.33.614"
sdkVer = "6.0.0.2433"
miscBitMap = 0x08F7_FF7C
subSigMap = 0x0001_0400
mainSigMap = 0x001E_10E0
sign = "AA 39 78 F4 1F D9 6F F9 91 4A 66 9E 18 64 74 C7"
buildTime = 1640921786L
ssoVersion = 19
supportsQRLogin = false
}
else -> impl
Expand All @@ -213,9 +164,6 @@ public object FixProtocolVersion {
buildTime = 1595836208L
ssoVersion = 12
}
impl.id < 537128930 -> impl.apply {
// TODO
}
else -> impl
}
}
Expand Down
1 change: 0 additions & 1 deletion release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

## 修复或变更
* 优化 ProducerFailureException 的查看体验。
* 将 mirai 版本升级到开发版 [2.15.0-dev-83](https://github.com/mamoe/mirai/actions/runs/4865587143)
* 暂时移除确认登录对话框。
* 修复报错信息前缩进不正常的问题。

Expand Down

0 comments on commit c543e72

Please sign in to comment.