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

Commit 0633ce2

Browse files
committed
mirai 2.7.1-dev-1
1 parent 382732b commit 0633ce2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 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.7.0"
13-
def CONSOLE_VERSION = "2.7.0"
12+
def CORE_VERSION = "2.7.1-dev-1"
13+
def CONSOLE_VERSION = "2.7.1-dev-1"
1414
def LUAMIRAI_VERSION = "2.0.8"
1515

1616

@@ -24,8 +24,8 @@ android {
2424
applicationId "io.github.mzdluo123.mirai.android"
2525
minSdkVersion 26
2626
targetSdkVersion 30
27-
versionCode 58
28-
versionName "3.3.1"
27+
versionCode 59
28+
versionName "3.3.2"
2929
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3030
buildConfigField("String", "COREVERSION", "\"$CORE_VERSION\"")
3131
buildConfigField("String", "CONSOLEVERSION", "\"$CONSOLE_VERSION\"")

0 commit comments

Comments
 (0)