1 Commits

Author SHA1 Message Date
b0c4a7e05a UPDATE: Support TCP, Apply Singleton pattern, Replace reflection with Type Factory + sync.Pool for optimization, Optimize file release process
All checks were successful
Build / build (push) Successful in 8m47s
2025-10-19 13:20:56 +07:00
4 changed files with 13 additions and 8 deletions

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

Binary file not shown.

View File

@@ -1,5 +1,5 @@
{
"latest_version": "3.6.4-03",
"changelog": "UPDATE: Re-optima",
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/3.6.4-03/firefly_go_android.apk"
"latest_version": "3.6.4-04",
"changelog": "UPDATE: Support TCP, Re-optima",
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/3.6.4-04/firefly_go_android.apk"
}

View File

@@ -1,2 +1,7 @@
# Changelog
## - UPDATE: Re-Optima apk
## - UPDATE:
* Support TCP
* Apply Singleton pattern
* Replace reflection with Type Factory + sync.Pool for optimization
* Optimize file release process

View File

@@ -1,5 +1,5 @@
{
"tag": "3.6.4-03",
"title": "PreBuild Version 3.6.54 - 03"
"tag": "3.6.4-04",
"title": "PreBuild Version 3.6.54 - 04"
}