diff --git a/HMCLPE/build.gradle b/HMCLPE/build.gradle index 7587ed9b..0ecc013e 100644 --- a/HMCLPE/build.gradle +++ b/HMCLPE/build.gradle @@ -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" } diff --git a/HMCLPE/release/output-metadata.json b/HMCLPE/release/output-metadata.json index c0f5ddc0..71ea4009 100644 --- a/HMCLPE/release/output-metadata.json +++ b/HMCLPE/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 207, - "versionName": "2.0.7", + "versionCode": 208, + "versionName": "2.0.8", "outputFile": "HMCLPE-release.apk" } ], diff --git a/HMCLPE/src/main/res/values/strings.xml b/HMCLPE/src/main/res/values/strings.xml index c2a8abd8..9b3d1b02 100644 --- a/HMCLPE/src/main/res/values/strings.xml +++ b/HMCLPE/src/main/res/values/strings.xml @@ -3,11 +3,11 @@ Hello Minecraft! Launcher : Pocket Edition Hello Minecraft! Launcher Pocket Edition - v2.0.7 - Hello Minecraft! Launcher Pocket Edition v2.0.7 + v2.0.8 + Hello Minecraft! Launcher Pocket Edition v2.0.8 Warning - 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. + 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. Don\'t show again Got it diff --git a/launcher_version.json b/launcher_version.json index 45b1126b..988e1241 100644 --- a/launcher_version.json +++ b/launcher_version.json @@ -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." } } \ No newline at end of file