Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 0764785

Browse files
committed
app center 测试
1 parent 6a1afab commit 0764785

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ MiraiAndroid 是 基于 [Mirai](https://github.com/mamoe/mirai) 的 QQ 机器人
3131

3232
相比使用 `Termux` 或者是 `Linux Deploy` 等部署并运行 [Mirai](https://github.com/mamoe/mirai) 的方案, MiraiAndroid 提供了更好的性能、更少的资源占用,以及更方便的操作界面。
3333

34-
最新的构建版本你可以到 [releases](https://github.com/mzdluo123/MiraiAndroid/releases) 或 上方交流群 内找到。其中请注意,如果您违反了交流群内相关规定或是有其他不当行为你可能会被无理由移出交流群。
34+
最新的构建版本你可以到 [appcenter](https://install.appcenter.ms/users/mzdluo123/apps/miraiandroid/distribution_groups/release) 内找到。其中请注意,如果您违反了交流群内相关规定或是有其他不当行为你可能会被无理由移出交流群。
3535

3636
## 声明
3737

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId "io.github.mzdluo123.mirai.android"
2525
minSdkVersion 26
2626
targetSdkVersion 30
27-
versionCode 55
28-
versionName "3.2.4-center"
27+
versionCode 56
28+
versionName "3.2.5"
2929
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3030
buildConfigField("String", "COREVERSION", "\"$CORE_VERSION\"")
3131
buildConfigField("String", "CONSOLEVERSION", "\"$CONSOLE_VERSION\"")

0 commit comments

Comments
 (0)