Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tungstend committed Jan 13, 2024
1 parent ac3851d commit e175b97
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 @@ -11,8 +11,8 @@ android {
applicationId "com.tungsten.fcl"
minSdk 26
targetSdk 34
versionCode 14
versionName "1.1.2"
versionCode 15
versionName "1.1.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.2</string>
<string name="app_version" translatable="false">1.1.3</string>

<string name="splash_permission_msg">No storage permission, please grant Fold Craft Launcher the permission.</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": 14,
"versionName": "1.1.2",
"date": "2024.01.09",
"versionCode": 15,
"versionName": "1.1.3",
"date": "2024.01.13",
"description": [
{
"lang": "en",
"text": "Support NeoForge\nSupport Jar execution\nBetter mod download\nFix some bugs, see github for details."
"text": "LWJGL 3.3.3\nFix some bugs, see github for details."
},
{
"lang": "zh_CN",
"text": "支持 NeoForge\n支持 Jar 文件执行\n更好的模组下载\n修复一些错误,详情见 Github,若无法下载或下载速度过慢,请使用网盘下载。"
"text": "LWJGL 3.3.3\n修复一些错误,详情见 Github,若无法下载或下载速度过慢,请使用网盘下载。"
}
],
"netdiskUrl": "https://alist.8mi.tech/FCL",
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.1.2/FCL-release-1.1.2.apk"
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.1.3/FCL-release-1.1.3.apk"
}
]

0 comments on commit e175b97

Please sign in to comment.