From 4675efefbfb9b7c40e4a4d6f78f6b498b9c621b1 Mon Sep 17 00:00:00 2001 From: ShirosakiMio <852468399@qq.com> Date: Wed, 2 Aug 2023 14:59:05 +0800 Subject: [PATCH] 1.0.6-patch1 --- FCL/build.gradle | 4 ++-- version_map.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/FCL/build.gradle b/FCL/build.gradle index 56d83096..d7c941f1 100644 --- a/FCL/build.gradle +++ b/FCL/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.tungsten.fcl" minSdk 26 targetSdk 33 - versionCode 9 - versionName "1.0.6" + versionCode 10 + versionName "1.0.6-patch1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/version_map.json b/version_map.json index ad3b877e..54e3614a 100644 --- a/version_map.json +++ b/version_map.json @@ -1,9 +1,9 @@ [ { "type": "release", - "versionCode": 9, - "versionName": "1.0.6", - "date": "2023.8.1", + "versionCode": 10, + "versionName": "1.0.6-patch1", + "date": "2023.08.02", "description": [ { "lang": "en", @@ -15,6 +15,6 @@ } ], "netdiskUrl": "https://www.123pan.com/s/0cC7Vv-7htov.html", - "url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.0.6/FCL-release-1.0.6.apk" + "url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.0.6-patch1/FCL-release-1.0.6-patch1.apk" } -] \ No newline at end of file +]