diff --git a/app/build.gradle b/app/build.gradle index 25682d3..cba078d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.streamplayer" minSdk 21 targetSdk 33 - versionCode 91010 - versionName "9.1.1" + versionCode 91020 + versionName "9.1.2" buildConfigField "String", "DEVICE_REGISTRY_URL", '"http://194.163.191.200:4000"' } diff --git a/update-manifest.json b/update-manifest.json new file mode 100644 index 0000000..60bf2e9 --- /dev/null +++ b/update-manifest.json @@ -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." +}