This commit is contained in:
Tungstend 2023-07-29 03:27:03 +08:00
parent 2b921fa392
commit 81a0fec016
3 changed files with 6 additions and 6 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "com.tungsten.fcl"
minSdk 26
targetSdk 33
versionCode 2
versionName "1.0.0"
versionCode 3
versionName "1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,6 +1,6 @@
<resources>
<string name="app_name" translatable="false">Fold Craft Launcher</string>
<string name="app_version" translatable="false">1.0.0</string>
<string name="app_version" translatable="false">1.0.1</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",
"versionCode": 2,
"versionName": "1.0.0",
"versionCode": 3,
"versionName": "1.0.1",
"date": "2023.7.29",
"description": [
{
@ -14,6 +14,6 @@
"text": "支持全版本 Minecraft 启动VanillaForgeLiteLoaderOptiFineFabricQuilt\n微软/离线/Authlib-Injector 登录\n自定义游戏目录\n版本管理设置模组存档数据包\nMinecraft/模组/整合包/资源包/存档下载,安装和升级\n自定义控件\n自定义启动器主题\n其他功能"
}
],
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.0.0/FCL-release.apk"
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.0.1/FCL-release.apk"
}
]