From 1fc784ababa170d8d5465e59f3bf509c100baaca Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy <nicolas@videolabs.io> Date: Tue, 14 Feb 2023 07:04:22 +0100 Subject: [PATCH] Bump version to 3.5.4 Beta 3 --- NEWS | 7 +++++++ build.gradle | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d819b1f6cf..35a08c4f5f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Changes between 3.5.4 Beta 2 and 3.5.4 Beta 3: +------------------ + * Fix media controls not working after some time on Android 13 + * Fix audio notification icon transparency + * Minor interface fixes + * Crash fixes + Changes between 3.5.4 Beta 1 and 3.5.4 Beta 2: ------------------ * Re-allow access to the media controls for third party apps diff --git a/build.gradle b/build.gradle index 59dd3beadc..056eb48960 100644 --- a/build.gradle +++ b/build.gradle @@ -37,8 +37,8 @@ allprojects { ext { appId = "org.videolan.vlc" - versionName = '3.5.4 Beta 2' - versionCode = 3050320 + versionName = '3.5.4 Beta 3' + versionCode = 3050330 libvlcVersion = '3.5.4-eap4' medialibraryVersion = '0.13.5-eap5' minSdkVersion = 17 -- GitLab