From 84f19449b5d3a5bcbec4dc374f1a5a324cc9fe51 Mon Sep 17 00:00:00 2001 From: renato97 Date: Sun, 23 Nov 2025 21:43:15 +0100 Subject: [PATCH] Update version to v9.1.2 with IP fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- app/build.gradle | 4 ++-- update-manifest.json | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 update-manifest.json 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." +}