Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirosakiMio committed Aug 1, 2023
1 parent 7aae603 commit 86254ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions FCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.tungsten.fcl"
minSdk 26
targetSdk 33
versionCode 8
versionName "1.0.5-patch-1"
versionCode 9
versionName "1.0.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion FCL/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<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>

Expand Down
6 changes: 3 additions & 3 deletions version_map.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"type": "release",
"versionCode": 8,
"versionName": "1.0.5-patch-1",
"versionCode": 9,
"versionName": "1.0.6",
"date": "2023.7.31",
"description": [
{
Expand All @@ -14,6 +14,6 @@
"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-1.0.6.apk"
}
]

0 comments on commit 86254ec

Please sign in to comment.