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

Commit fe226f4

Browse files
committed
3.1.8
1 parent 1bcf458 commit fe226f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

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

1111

12-
def CORE_VERSION = "2.6.1"
13-
def CONSOLE_VERSION = "2.6.1"
12+
def CORE_VERSION = "2.6.4"
13+
def CONSOLE_VERSION = "2.6.4"
1414
def LUAMIRAI_VERSION = "2.0.8"
1515

1616
android {
@@ -22,7 +22,7 @@ android {
2222
minSdkVersion 21
2323
targetSdkVersion 30
2424
versionCode 50
25-
versionName "3.1.7"
25+
versionName "3.1.8"
2626
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2727
buildConfigField("String", "COREVERSION", "\"$CORE_VERSION\"")
2828
buildConfigField("String", "CONSOLEVERSION", "\"$CONSOLE_VERSION\"")

docs/changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
3.1.7
1+
3.1.8
22
https://maupdate.rainchan.win/app-release.apk
3-
修复编译插件时KeySetView的MethodNotFoundException
3+
更新mirai依赖版本至2.6.4

0 commit comments

Comments
 (0)