Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tungstend committed Dec 25, 2023
1 parent 88e0958 commit 47b05f8
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 12
versionName "1.1.0"
versionCode 13
versionName "1.1.1"

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.0</string>
<string name="app_version" translatable="false">1.1.1</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": 12,
"versionName": "1.1.0",
"date": "2023.10.13",
"versionCode": 13,
"versionName": "1.1.1",
"date": "2023.12.25",
"description": [
{
"lang": "en",
"text": "Fix some bugs, see github for details."
},
{
"lang": "zh_CN",
"text": "增加zink,修复一些错误,详情见 Github。"
"text": "修复一些错误,详情见 Github,若无法下载或下载速度过慢,请使用网盘下载"
}
],
"netdiskUrl": "https://www.123pan.com/s/0cC7Vv-7htov.html",
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.1.0/FCL-release-1.1.0.apk"
"netdiskUrl": "https://www.123pan.com/s/AVu2jv-4980A.html",
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.1.1/FCL-release-1.1.1.apk"
}
]

0 comments on commit 47b05f8

Please sign in to comment.