Skip to content

Commit

Permalink
1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirosakiMio committed Mar 1, 2024
1 parent 6d1a686 commit b9f624b
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 1143
versionName "1.1.4.3"
versionCode 1150
versionName "1.1.5"

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.3</string>
<string name="app_version" translatable="false">1.1.5</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": 1143,
"versionName": "1.1.4.3",
"date": "2024.02.17",
"versionCode": 1150,
"versionName": "1.1.5",
"date": "2024.03.01",
"description": [
{
"lang": "en",
"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."
"text": "Fix some bug.\nAdd some features.\nFix some bugs, see github for details."
},
{
"lang": "zh_CN",
"text": "支持 JRE 11。\n支持 JRE 21。\n修复 CurseForge 下载。\n修复日志格式。\n修复 x64 设备上游戏崩溃的错误。\n修复一些错误,详情见 Github,若无法下载或下载速度过慢,请使用网盘下载。"
"text": "1.增加样式编辑功能\n2.支持样式编辑时实时阅览样式\n3.优化按键样式\n4.移除mcbbs源\n5.增加按键间距自动适应\n6.增加按键对齐功能\n7.修复物理键盘输入bug\n8.增加控件组层级调整功能\n修复一些错误,详情见 Github,若无法下载或下载速度过慢,请使用网盘下载。"
}
],
"netdiskUrl": "https://alist.8mi.tech/FCL",
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.1.4.3/FCL-release-1.1.4.3-all.apk"
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.1.5/FCL-release-1.1.5-all.apk"
}
]

0 comments on commit b9f624b

Please sign in to comment.