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

Commit e784d37

Browse files
committed
2.7
1 parent 1ac8f45 commit e784d37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId "io.github.mzdluo123.mirai.android"
1717
minSdkVersion 24
1818
targetSdkVersion 29
19-
versionCode 16
20-
versionName "2.6"
19+
versionCode 17
20+
versionName "2.7"
2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
buildConfigField("String", "COREVERSION", "\"$CORE_VERSION\"")
2323
buildConfigField("String", "LUAMIRAI_VERSION", "\"$LUAMIRAI_VERSION\"")

app/src/main/res/layout/fragment_about.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
android:layout_marginStart="8dp"
8585
android:layout_marginTop="16dp"
8686
android:layout_marginEnd="8dp"
87-
android:text="MiraI的Github"
87+
android:text="Mirai的Github"
8888
android:textAllCaps="false"
8989
app:layout_constraintEnd_toEndOf="parent"
9090
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)