This commit is contained in:
Tungstend 2024-02-17 16:05:56 +08:00
parent 38d422eecc
commit 13ff9f4817
3 changed files with 9 additions and 9 deletions

View File

@ -43,8 +43,8 @@ android {
applicationId "com.tungsten.fcl"
minSdk 26
targetSdk 34
versionCode 1142
versionName "1.1.4.2"
versionCode 1143
versionName "1.1.4.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,6 +1,6 @@
<resources>
<string name="app_name" translatable="false">Fold Craft Launcher</string>
<string name="app_version" translatable="false">1.1.4.2</string>
<string name="app_version" translatable="false">1.1.4.3</string>
<string name="oauth_api_key" translatable="false">null</string>

View File

@ -1,20 +1,20 @@
[
{
"type": "release",
"versionCode": 1142,
"versionName": "1.1.4.2",
"date": "2024.02.11",
"versionCode": 1143,
"versionName": "1.1.4.3",
"date": "2024.02.17",
"description": [
{
"lang": "en",
"text": "JRE 11 support.\nJRE 21 support.\nFix CurseForge download.\nFix some bugs, see github for details."
"text": "JRE 11 support.\nJRE 21 support.\nFix CurseForge download.\nFix log format.\nFix game crash on x64 device.\nFix some bugs, see github for details."
},
{
"lang": "zh_CN",
"text": "支持 JRE 11。\n支持 JRE 21。\n修复 CurseForge 下载。\n修复一些错误,详情见 Github若无法下载或下载速度过慢请使用网盘下载。"
"text": "支持 JRE 11。\n支持 JRE 21。\n修复 CurseForge 下载。\n修复日志格式。\n修复 x64 设备上游戏崩溃的错误。\n修复一些错误,详情见 Github若无法下载或下载速度过慢请使用网盘下载。"
}
],
"netdiskUrl": "https://alist.8mi.tech/FCL",
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.1.4.2/FCL-release-1.1.4.2-all.apk"
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.1.4.3/FCL-release-1.1.4.3-all.apk"
}
]