Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit f471865

Browse files
committed
2.0.8
1 parent 8e1abe1 commit f471865

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

HMCLPE/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131
applicationId "com.tungsten.hmclpe"
3232
minSdk 26
3333
targetSdk 34
34-
versionCode 207
35-
versionName "2.0.7"
34+
versionCode 208
35+
versionName "2.0.8"
3636

3737
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3838
}

HMCLPE/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 207,
15-
"versionName": "2.0.7",
14+
"versionCode": 208,
15+
"versionName": "2.0.8",
1616
"outputFile": "HMCLPE-release.apk"
1717
}
1818
],

HMCLPE/src/main/res/values/strings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<string name="app_full_name" translatable="false">Hello Minecraft! Launcher : Pocket Edition</string>
44
<string name="app_name_pri" translatable="false">Hello Minecraft! Launcher</string>
55
<string name="app_name_sec" translatable="false">Pocket Edition</string>
6-
<string name="version_name" translatable="false">v2.0.7</string>
7-
<string name="app_bar_title" translatable="false">Hello Minecraft! Launcher Pocket Edition v2.0.7</string>
6+
<string name="version_name" translatable="false">v2.0.8</string>
7+
<string name="app_bar_title" translatable="false">Hello Minecraft! Launcher Pocket Edition v2.0.8</string>
88

99
<string name="dialog_outdated_warning_title">Warning</string>
10-
<string name="dialog_outdated_warning_msg">HMCL-PE has stopped maintenance. If you want to run Minecraft: Java Edition on Android devices and get a better experience, please download FoldCraftLauncher or PojavLauncher. Note: If you have any problems when using other launchers, HMCL-dev is not responsible. Please ask the developer of the launcher you are using for help.</string>
10+
<string name="dialog_outdated_warning_msg">HMCL-PE has stopped maintenance. If you want to run Minecraft: Java Edition on Android devices and get a better experience, please download FoldCraftLauncher or PojavLauncher.\nNote: If you have any problems when using other launchers, HMCL-dev is not responsible. Please ask the developer of the launcher you are using for help.</string>
1111
<string name="dialog_outdated_warning_hide">Don\'t show again</string>
1212
<string name="dialog_outdated_warning_positive">Got it</string>
1313

launcher_version.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"latestRelease": {
3-
"versionCode": 207,
4-
"versionName": "2.0.7",
3+
"versionCode": 208,
4+
"versionName": "2.0.8",
55
"date": "2024.02.08",
6-
"url": ["https://github.com/HMCL-dev/HMCL-PE/releases/download/2.0.7/HMCLPE-release.apk"],
6+
"url": ["https://github.com/HMCL-dev/HMCL-PE/releases/download/2.0.8/HMCLPE-release.apk"],
77
"updateLog": "Final update."
88
},
99
"latestPrerelease": {
10-
"versionCode": 207,
11-
"versionName": "2.0.7",
10+
"versionCode": 208,
11+
"versionName": "2.0.8",
1212
"date": "2024.02.08",
13-
"url": ["https://github.com/HMCL-dev/HMCL-PE/releases/download/2.0.7/HMCLPE-release.apk"],
13+
"url": ["https://github.com/HMCL-dev/HMCL-PE/releases/download/2.0.8/HMCLPE-release.apk"],
1414
"updateLog": "Final update."
1515
}
1616
}

0 commit comments

Comments
 (0)