This commit is contained in:
Tungstend 2024-02-08 18:41:57 +08:00
parent 8b0464cea9
commit 0218ab3160
3 changed files with 9 additions and 9 deletions

View File

@ -43,8 +43,8 @@ android {
applicationId "com.tungsten.fcl" applicationId "com.tungsten.fcl"
minSdk 26 minSdk 26
targetSdk 34 targetSdk 34
versionCode 16 versionCode 1141
versionName "1.1.4" versionName "1.1.4.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -1,6 +1,6 @@
<resources> <resources>
<string name="app_name" translatable="false">Fold Craft Launcher</string> <string name="app_name" translatable="false">Fold Craft Launcher</string>
<string name="app_version" translatable="false">1.1.4</string> <string name="app_version" translatable="false">1.1.4.1</string>
<string name="oauth_api_key" translatable="false">null</string> <string name="oauth_api_key" translatable="false">null</string>

View File

@ -1,20 +1,20 @@
[ [
{ {
"type": "release", "type": "release",
"versionCode": 16, "versionCode": 1141,
"versionName": "1.1.4", "versionName": "1.1.4.1",
"date": "2024.02.07", "date": "2024.02.08",
"description": [ "description": [
{ {
"lang": "en", "lang": "en",
"text": "JRE 11 support.\nJRE 21 support.\nFix some bugs, see github for details." "text": "JRE 11 support.\nJRE 21 support.\nFix CurseForge download.\nFix some bugs, see github for details."
}, },
{ {
"lang": "zh_CN", "lang": "zh_CN",
"text": "支持 JRE 11。\n支持 JRE 21。\n修复一些错误,详情见 Github若无法下载或下载速度过慢请使用网盘下载。" "text": "支持 JRE 11。\n支持 JRE 21。\n修复 CurseForge 下载。\n修复一些错误,详情见 Github若无法下载或下载速度过慢请使用网盘下载。"
} }
], ],
"netdiskUrl": "https://alist.8mi.tech/FCL", "netdiskUrl": "https://alist.8mi.tech/FCL",
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.1.4/FCL-release-1.1.4-all.apk" "url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.1.4.1/FCL-release-1.1.4.1-all.apk"
} }
] ]