Skip to content

Commit

Permalink
1.1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirosakiMio committed Feb 11, 2024
1 parent b91102f commit 26e21bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions FCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ android {
applicationId "com.tungsten.fcl"
minSdk 26
targetSdk 34
versionCode 1141
versionName "1.1.4.1"
versionCode 1142
versionName "1.1.4.2"

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.1.4.1</string>
<string name="app_version" translatable="false">1.1.4.2</string>

<string name="oauth_api_key" translatable="false">null</string>

Expand Down
8 changes: 4 additions & 4 deletions version_map.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[
{
"type": "release",
"versionCode": 1141,
"versionName": "1.1.4.1",
"date": "2024.02.08",
"versionCode": 1142,
"versionName": "1.1.4.2",
"date": "2024.02.11",
"description": [
{
"lang": "en",
Expand All @@ -15,6 +15,6 @@
}
],
"netdiskUrl": "https://alist.8mi.tech/FCL",
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.1.4.1/FCL-release-1.1.4.1-all.apk"
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.1.4.2/FCL-release-1.1.4.2-all.apk"
}
]

0 comments on commit 26e21bc

Please sign in to comment.