You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Streamline GitHub Actions: replace the matrix build with a single build job that assembles the Universal GMS release (assembleUniversalGmsRelease), remove the publish job, simplify cache keys and artifact naming (Echo-Universal), and adjust workflow triggers and Discord message text/labels.
Updater changes: simplify APK selection logic to pick the first non-debug APK asset and extract its size and download URL (remove ABI/flavor detection and complex fallback logic).
LINK_LABEL="Click here to download individual APK ZIPs from GitHub Actions Run Page"
176
+
LINK_LABEL="Click here to download APK ZIP from GitHub Actions Run Page"
252
177
253
178
# Construct pings and warning messages
254
-
PING_TEXT="<@&1498758915536584714> New Beta Build Available"
255
-
WARNING_TEXT="Note: If you encounter an 'App not installed' error during installation, please uninstall the previous version before installing this update."
179
+
PING_TEXT="<@&1498758915536584714> New Build Available"
180
+
WARNING_TEXT="Note: If you're getting an update notification, there's no need to update since you're already using the latest version. Simply disable Automatic Update Check and Update Notifications in the update settings."
- Migrated default Listen Together server to Echo Music Server on Hugging Face (wss://iad1tya-echomusic.hf.space/ws). To modify or verify the URL, navigate to Listen Together > Settings > Server URL.
4
-
-Enhanced in-app updater to dynamically detect device architecture (ABI) and flavor (FOSS/GMS) to download the correct update APK from GitHub Releases.
4
+
-Configured single Universal GMS release APK outputs (Echo-5.1.6-Universal.apk) and streamlined update checker logic.
0 commit comments