Files
furbo-vpn-edition/release/update-manifest.example.json
Ren e6499f6d1a Remove dashboard/VPS references - make project PR-ready
- Remove DeviceRegistry.java (dashboard integration)
- Remove VPS IP from build.gradle
- Remove personal Gitea token from UpdateManager
- Add configurable UPDATE_CHECK_URL for updates
- Clean README to be generic and PR-ready
- Clean update manifests
- Remove Docker files and .env from repo
2026-02-26 12:55:28 -03:00

11 lines
444 B
JSON

{
"versionCode": 100111,
"versionName": "10.1.11",
"minSupportedVersionCode": 100000,
"forceUpdate": false,
"downloadUrl": "https://your-gitea-instance.com/your-user/your-repo/releases/download/v10.1.11/StreamPlayer-v10.1.11.apk",
"fileName": "StreamPlayer-v10.1.11.apk",
"sizeBytes": 20000000,
"notes": "StreamPlayer VPN Edition\n\nConfigura UPDATE_CHECK_URL en app/build.gradle para habilitar actualizaciones automáticas."
}