Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84f19449b5 | ||
|
|
60f5830ac3 |
@@ -8,9 +8,9 @@ android {
|
||||
applicationId "com.streamplayer"
|
||||
minSdk 21
|
||||
targetSdk 33
|
||||
versionCode 91010
|
||||
versionName "9.1.1"
|
||||
buildConfigField "String", "DEVICE_REGISTRY_URL", '"http://localhost:4000"'
|
||||
versionCode 91020
|
||||
versionName "9.1.2"
|
||||
buildConfigField "String", "DEVICE_REGISTRY_URL", '"http://194.163.191.200:4000"'
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
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