Skip to content

Commit

Permalink
2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tungstend committed Feb 8, 2024
1 parent 8e1abe1 commit f471865
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions HMCLPE/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "com.tungsten.hmclpe"
minSdk 26
targetSdk 34
versionCode 207
versionName "2.0.7"
versionCode 208
versionName "2.0.8"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions HMCLPE/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],

This comment has been minimized.

Copy link
@Guilhermhpwuyey
"attributes": [],
"versionCode": 207,
"versionName": "2.0.7",
"versionCode": 208,
"versionName": "2.0.8",
"outputFile": "HMCLPE-release.apk"
}
],
Expand Down
6 changes: 3 additions & 3 deletions HMCLPE/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<string name="app_full_name" translatable="false">Hello Minecraft! Launcher : Pocket Edition</string>
<string name="app_name_pri" translatable="false">Hello Minecraft! Launcher</string>
<string name="app_name_sec" translatable="false">Pocket Edition</string>
<string name="version_name" translatable="false">v2.0.7</string>
<string name="app_bar_title" translatable="false">Hello Minecraft! Launcher Pocket Edition v2.0.7</string>
<string name="version_name" translatable="false">v2.0.8</string>
<string name="app_bar_title" translatable="false">Hello Minecraft! Launcher Pocket Edition v2.0.8</string>

<string name="dialog_outdated_warning_title">Warning</string>
<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>
<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>
<string name="dialog_outdated_warning_hide">Don\'t show again</string>
<string name="dialog_outdated_warning_positive">Got it</string>

Expand Down
12 changes: 6 additions & 6 deletions launcher_version.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"latestRelease": {
"versionCode": 207,
"versionName": "2.0.7",
"versionCode": 208,
"versionName": "2.0.8",
"date": "2024.02.08",
"url": ["https://github.com/HMCL-dev/HMCL-PE/releases/download/2.0.7/HMCLPE-release.apk"],
"url": ["https://github.com/HMCL-dev/HMCL-PE/releases/download/2.0.8/HMCLPE-release.apk"],
"updateLog": "Final update."
},
"latestPrerelease": {
"versionCode": 207,
"versionName": "2.0.7",
"versionCode": 208,
"versionName": "2.0.8",
"date": "2024.02.08",
"url": ["https://github.com/HMCL-dev/HMCL-PE/releases/download/2.0.7/HMCLPE-release.apk"],
"url": ["https://github.com/HMCL-dev/HMCL-PE/releases/download/2.0.8/HMCLPE-release.apk"],
"updateLog": "Final update."
}
}

0 comments on commit f471865

Please sign in to comment.