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

Commit 54dc6b3

Browse files
committed
3.1.5
1 parent 1bcb79d commit 54dc6b3

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ apply plugin: 'kotlinx-serialization'
88
apply plugin: "com.github.johnrengelman.shadow"
99

1010

11-
def CORE_VERSION = "2.6.0"
12-
def CONSOLE_VERSION = "2.6.0"
11+
def CORE_VERSION = "2.6.1"
12+
def CONSOLE_VERSION = "2.6.1"
1313
def LUAMIRAI_VERSION = "2.0.8"
1414

1515
android {
@@ -20,8 +20,8 @@ android {
2020
applicationId "io.github.mzdluo123.mirai.android"
2121
minSdkVersion 21
2222
targetSdkVersion 30
23-
versionCode 47
24-
versionName "3.1.4"
23+
versionCode 48
24+
versionName "3.1.5"
2525
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2626
buildConfigField("String", "COREVERSION", "\"$CORE_VERSION\"")
2727
buildConfigField("String", "CONSOLEVERSION", "\"$CONSOLE_VERSION\"")

docs/changelog.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
3.1.4
22
https://pl.mirai.mamoe.net/app-release.apk
3-
更新mirai版本到2.6.0正式版
4-
删除了一些无用的日志
5-
提高了检查更新的速度
3+
又有新更新了。。。。。
4+
更新mirai版本到2.6.1
65

0 commit comments

Comments
 (0)