- 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
11 lines
444 B
JSON
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."
|
|
}
|