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
All checks were successful
Build / build (push) Successful in 8m47s
This commit is contained in:
BIN
app/libs/firefly-go.aar
(Stored with Git LFS)
BIN
app/libs/firefly-go.aar
(Stored with Git LFS)
Binary file not shown.
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"latest_version": "3.6.4-03",
|
"latest_version": "3.6.4-04",
|
||||||
"changelog": "UPDATE: Re-optima",
|
"changelog": "UPDATE: Support TCP, Re-optima",
|
||||||
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/3.6.4-03/firefly_go_android.apk"
|
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/3.6.4-04/firefly_go_android.apk"
|
||||||
}
|
}
|
||||||
@@ -1,2 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## - UPDATE: Re-Optima apk
|
## - UPDATE:
|
||||||
|
|
||||||
|
* Support TCP
|
||||||
|
* Apply Singleton pattern
|
||||||
|
* Replace reflection with Type Factory + sync.Pool for optimization
|
||||||
|
* Optimize file release process
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"tag": "3.6.4-03",
|
"tag": "3.6.4-04",
|
||||||
"title": "PreBuild Version 3.6.54 - 03"
|
"title": "PreBuild Version 3.6.54 - 04"
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user