app-updater

Installation
SKILL.md

Self-Hosted App Updater

This skill handles updating the Android TV application (APK) directly from a private server or GitHub Releases, bypassing Google Play.

🔄 Update Workflow

  1. Check Version: Fetch version.json from your server on app launch.
  2. Prompt User: If remoteVersion > localVersion, show a modal: "Update Available".
  3. Download APK: Use CapacitorHttp to download the .apk file to a temporary location.
  4. Install: Trigger the Android Intent to install the package.

📱 Implementation Details

Related skills
Installs
6
GitHub Stars
1
First Seen
Feb 24, 2026