-
Notifications
You must be signed in to change notification settings - Fork 30
Description
The Android mobile APKs currently hosted under the v2.1.2 Release Assets are fundamentally broken. Downloading and executing a 100% clean installation of WaveSpeed-Mobile-2.1.2.apk results in the deprecated v0.8.2 application being installed on the device.
Environment:
OS: Android (Google Pixel 10)
Architecture: 64-bit strictly
File Tested: WaveSpeed-Mobile-2.1.2.apk (and WaveSpeed-Mobile.apk) from the v2.1.2 release page.
Steps to Reproduce:
Execute a complete, clean uninstallation of any existing WaveSpeed application from Android system settings.
Delete all existing cached APKs from the local Downloads directory to ensure no local file conflicts.
Download WaveSpeed-Mobile-2.1.2.apk directly from the official v2.1.2 GitHub Release page.
Execute the installation.
Launch the application.
Expected Behavior:
The app should initialize as version 2.1.2, display the updated UI, and successfully connect to the current active server infrastructure for model generation.
Actual Behavior:
The app initializes as version 0.8.2. It features the deprecated UI, displays "0.8.2" internally, and completely fails to connect to the backend APIs, rendering the app totally dead.
Technical Diagnosis for Dev Team:
It appears your automated CI/CD build pipeline (GitHub Actions/Capacitor) pulled the wrong commit tag or failed to update the mobile wrapper before compiling the final Android binaries for this release. The v2.1.2 APK is acting strictly as a wrapper for the old 0.8.2 codebase. Please trigger a fresh, verified build of the mobile branches and replace the APKs on the release page.