From 40fe5451430bb109ae773ef797984c9ffe553219 Mon Sep 17 00:00:00 2001 From: Tungstend Date: Sun, 30 Jul 2023 05:43:17 +0800 Subject: [PATCH] 1.0.2 --- FCL/build.gradle | 4 ++-- FCL/src/main/res/values/strings.xml | 2 +- version_map.json | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/FCL/build.gradle b/FCL/build.gradle index 64d0bbdc..18bb7c48 100644 --- a/FCL/build.gradle +++ b/FCL/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.tungsten.fcl" minSdk 26 targetSdk 33 - versionCode 3 - versionName "1.0.1" + versionCode 4 + versionName "1.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/FCL/src/main/res/values/strings.xml b/FCL/src/main/res/values/strings.xml index 379dfce7..13fc9859 100644 --- a/FCL/src/main/res/values/strings.xml +++ b/FCL/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ Fold Craft Launcher - 1.0.1 + 1.0.2 No storage permission, please grant Fold Craft Launcher the permission. diff --git a/version_map.json b/version_map.json index 523969b8..38fb346c 100644 --- a/version_map.json +++ b/version_map.json @@ -1,19 +1,19 @@ [ { "type": "release", - "versionCode": 3, - "versionName": "1.0.1", - "date": "2023.7.29", + "versionCode": 4, + "versionName": "1.0.2", + "date": "2023.7.30", "description": [ { "lang": "en", - "text": "Launch all Minecraft versions (Vanilla, Forge, LiteLoader, OptiFine, Fabric, Quilt)\nMicrosoft/Offline/Authlib-Injector login\nCustom game directory\nVersion management (settings, mods, worlds, datapacks)\nVersion/Mod/Modpack/ResourcePack/Worlds download, install and update\nCustom controllers\nCustom launcher theme\nOther features" + "text": "Support external mouse and keyboard." }, { "lang": "zh_CN", - "text": "支持全版本 Minecraft 启动(Vanilla,Forge,LiteLoader,OptiFine,Fabric,Quilt)\n微软/离线/Authlib-Injector 登录\n自定义游戏目录\n版本管理(设置,模组,存档,数据包)\nMinecraft/模组/整合包/资源包/存档下载,安装和升级\n自定义控件\n自定义启动器主题\n其他功能" + "text": "支持外接键盘鼠标。" } ], - "url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.0.1/FCL-release.apk" + "url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.0.2/FCL-release.apk" } ] \ No newline at end of file