This commit is contained in:
Tungstend 2023-12-25 23:55:56 +08:00
parent 88e09582f8
commit 47b05f8dd4
3 changed files with 9 additions and 9 deletions

View File

@ -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"
}

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.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>

View File

@ -1,9 +1,9 @@
[
{
"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",
@ -11,10 +11,10 @@
},
{
"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"
}
]