This commit is contained in:
ShirosakiMio 2023-08-01 20:01:30 +08:00
parent 06697dfb68
commit 971d1a244e
3 changed files with 6 additions and 6 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "com.tungsten.fcl" applicationId "com.tungsten.fcl"
minSdk 26 minSdk 26
targetSdk 33 targetSdk 33
versionCode 8 versionCode 9
versionName "1.0.5-patch-1" versionName "1.0.6"
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.0.5-patch-1</string> <string name="app_version" translatable="false">1.0.6</string>
<string name="splash_permission_msg">No storage permission, please grant Fold Craft Launcher the permission.</string> <string name="splash_permission_msg">No storage permission, please grant Fold Craft Launcher the permission.</string>

View File

@ -1,8 +1,8 @@
[ [
{ {
"type": "release", "type": "release",
"versionCode": 8, "versionCode": 9,
"versionName": "1.0.5-patch-1", "versionName": "1.0.6",
"date": "2023.7.31", "date": "2023.7.31",
"description": [ "description": [
{ {
@ -14,6 +14,6 @@
"text": "修复一些错误,详情见 Github。" "text": "修复一些错误,详情见 Github。"
} }
], ],
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.0.5/FCL-release.apk" "url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.0.6/FCL-release.apk"
} }
] ]