Skip to content

PSGMX v3.1.2

Choose a tag to compare

@github-actions github-actions released this 05 Mar 07:44

πŸŽ‰ PSGMX Release v3.1.2

πŸ“₯ Download

  • Android APK: PSGMX-v3.1.2-android.apk

πŸ”₯ What's New in this release

  • βœ… See the changelog and commits for the full list of updates.

πŸ“‹ Installation

  1. Download the APK file from assets below
  2. Enable "Install from Unknown Sources" in Android settings
  3. Install the APK
  4. Enjoy the new features! πŸš€

πŸ“Š Technical Details

  • Flutter Version: 3.27.2
  • Build: Signed Release
  • Min SDK: 21
  • Target SDK: 34

πŸ“ Database Update Required

Run this query on your Supabase database:

UPDATE app_config SET 
    latest_version = '3.1.2', 
    force_update = true,
    update_message = 'A new PSGMX update is available. Please update to the latest version.',
    github_release_url = 'https://github.com/brittytino/psgmx-flutter/releases/latest',
    android_download_url = 'https://github.com/brittytino/psgmx-flutter/releases/download/v3.1.2/PSGMX-v3.1.2-android.apk'
WHERE id IS NOT NULL;

🌐 Web App

https://psgmxians.web.app


Full Changelog: https://github.com/brittytino/psgmx-flutter/commits/v3.1.2