Skip to content

Commit

Permalink
1.1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tungstend committed Feb 17, 2024
1 parent 38d422e commit 13ff9f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions FCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion FCL/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
12 changes: 6 additions & 6 deletions version_map.json
Original file line number Diff line number Diff line change
@@ -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"
}
]

0 comments on commit 13ff9f4

Please sign in to comment.