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

Commit 015d40f

Browse files
authored
Merge pull request #73 from mzdluo123/master
mirai 2.7.1
2 parents da6b7db + f81c388 commit 015d40f

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.1-dev-1"
13-
def CONSOLE_VERSION = "2.7.1-dev-1"
12+
def CORE_VERSION = "2.7.1"
13+
def CONSOLE_VERSION = "2.7.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 59
28-
versionName "3.3.2"
27+
versionCode 60
28+
versionName "3.3.3"
2929
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3030
buildConfigField("String", "COREVERSION", "\"$CORE_VERSION\"")
3131
buildConfigField("String", "CONSOLEVERSION", "\"$CONSOLE_VERSION\"")

0 commit comments

Comments
 (0)