Update version to v9.1.2 with IP fix
- Incremented versionCode to 91020 and versionName to 9.1.2 - APK built with Device Registry URL pointing to public IP - Fixed localhost issue for remote device registration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "com.streamplayer"
|
applicationId "com.streamplayer"
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 91010
|
versionCode 91020
|
||||||
versionName "9.1.1"
|
versionName "9.1.2"
|
||||||
buildConfigField "String", "DEVICE_REGISTRY_URL", '"http://194.163.191.200:4000"'
|
buildConfigField "String", "DEVICE_REGISTRY_URL", '"http://194.163.191.200:4000"'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
10
update-manifest.json
Normal file
10
update-manifest.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"versionCode": 91010,
|
||||||
|
"versionName": "9.1.1",
|
||||||
|
"minSupportedVersionCode": 91000,
|
||||||
|
"forceUpdate": false,
|
||||||
|
"downloadUrl": "https://gitea.cbcren.online/renato97/app/releases/download/v9.1.1/StreamPlayer-v9.1.1.apk",
|
||||||
|
"fileName": "StreamPlayer-v9.1.1.apk",
|
||||||
|
"sizeBytes": 5940765,
|
||||||
|
"notes": "StreamPlayer v9.1.1 - Device Registry and Remote Blocking\n\nNovedades principales:\n- Device Registry para gestión remota de dispositivos\n- Dashboard web para monitoreo y bloqueo de dispositivos\n- Bloqueo remoto con control administrativo\n- Sistema de alias y notas para dispositivos\n- Mejoras en seguridad y control de acceso\n- Panel de control en tiempo real\n\nEsta versión incluye importantes mejoras de seguridad y permite un control centralizado sobre los dispositivos donde está instalada la aplicación."
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user