This commit is contained in:
ShirosakiMio 2023-08-20 09:13:44 +08:00
parent 8c5e277a17
commit 5b28156c2d
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ android {
minSdk 26 minSdk 26
targetSdk 33 targetSdk 33
versionCode 10 versionCode 10
versionName "1.0.6-patch1" versionName "1.0.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -2,8 +2,8 @@
{ {
"type": "release", "type": "release",
"versionCode": 10, "versionCode": 10,
"versionName": "1.0.6-patch1", "versionName": "1.0.7",
"date": "2023.08.02", "date": "2023.08.20",
"description": [ "description": [
{ {
"lang": "en", "lang": "en",
@ -15,6 +15,6 @@
} }
], ],
"netdiskUrl": "https://www.123pan.com/s/0cC7Vv-7htov.html", "netdiskUrl": "https://www.123pan.com/s/0cC7Vv-7htov.html",
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.0.6-patch1/FCL-release-1.0.6-patch1.apk" "url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.0.7/FCL-release-1.0.7.apk"
} }
] ]