From 66681ee4b2055d9753eb98970ee0d8f95201ebdb Mon Sep 17 00:00:00 2001
From: Nicolas Pomepuy <nicolas@videolabs.io>
Date: Mon, 13 Jan 2025 14:27:35 +0100
Subject: [PATCH] New Android 3.6 version

---
 www.videolan.org/include/os-specific.php | 2 +-
 www.videolan.org/news.msg                | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/www.videolan.org/include/os-specific.php b/www.videolan.org/include/os-specific.php
index 1d4ce8220..7f946c0e1 100644
--- a/www.videolan.org/include/os-specific.php
+++ b/www.videolan.org/include/os-specific.php
@@ -7,7 +7,7 @@ $oldmacosxversion = '2.0.10';
 $version = '3.0.20';
 $iosversion = '3.6.4';
 $tvosversion = '3.6.0';
-$androidversion = '3.5.7';
+$androidversion = '3.6.0';
 $winrtversion = '3.1.2';
 
 $dlBase = "//get.videolan.org/vlc";
diff --git a/www.videolan.org/news.msg b/www.videolan.org/news.msg
index aa27143a6..11a78a138 100644
--- a/www.videolan.org/news.msg
+++ b/www.videolan.org/news.msg
@@ -1,5 +1,7 @@
 # Comments begin with a #
 # New topics begin with mechanism#
+|13 January 2025|VLC for Android 3.6.0|We are pleased to release version 3.6.0 of the VLC version for the Android platform.<br />It comes with the new Remote Access feature, a parental control and a lot of fixes. See our <a href="/vlc/download-android.html">Android page</a>.
+
 |10 June 2024|VLC 3.0.21|VideoLAN and the VLC team are publishing the 3.0.21 release of VLC today, which is the 22nd update to VLC's 3.0 branch: it updates codecs, adds Super Resolution and VQ Enhancement filtering with AMD GPUs, NVIDIA TrueHDR to generate a HDR representation from SDR sources with NVIDIA GPUs and improves playback of numerous formats including improved subtitles rendering notably on macOS with Asian languages. Additional details on <a href="/vlc/releases/3.0.21.html">the release page</a>. This release also fixes a security issue, which is detailed <a href="/security/sb-vlc3021.html">here</a>.
 
 |16 Feb 2024|VLC for iOS, iPadOS and Apple TV 3.5.0|We are happy to announce a major update of VLC for iOS, iPadOS and tvOS adding playback history, A to B playback, Siri integration, support for external subtitles and audio tracks, a way to favorite folders on local network servers, improved CarPlay integration and many small improvements.
-- 
GitLab