UPDATE: Update to 3.6.54
Some checks failed
Build / build (push) Failing after 6m2s

This commit is contained in:
2025-10-17 10:47:09 +07:00
parent becf6779f7
commit 84cf16c3bf
5 changed files with 9 additions and 9 deletions

View File

@@ -54,4 +54,4 @@ jobs:
- name: Upload release
env:
REPO_TOKEN: ${{ secrets.REPO_TOKEN }}
run: script/release-uploader -token=$REPO_TOKEN -release-url="https://git.kain.io.vn/api/v1/repos/Firefly-Shelter/Test/releases" -files="app/build/outputs/apk/release/firefly_go_android.apk"
run: script/release-uploader -token=$REPO_TOKEN -release-url="https://git.kain.io.vn/api/v1/repos/Firefly-Shelter/FireflyGo_Android/releases" -files="app/build/outputs/apk/release/firefly_go_android.apk"

BIN
app/libs/firefly-go.aar (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,5 +1,5 @@
{
"latest_version": "3.6.2-06",
"changelog": "FIX: Fix sync data",
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/3.6.2-06/firefly_go_android.apk"
"latest_version": "3.6.4-01",
"changelog": "UPDATE: Update to 3.6.54",
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/3.6.4-01/firefly_go_android.apk"
}

View File

@@ -1,2 +1,2 @@
# Changelog
## - FIX: Fix sync data
## - UPDATE: Update to 3.6.54

View File

@@ -1,5 +1,5 @@
{
"tag": "3.6.2-06",
"title": "PreBuild Version 3.6.52 - 06"
"tag": "3.6.4-01",
"title": "PreBuild Version 3.6.54 - 01"
}