From fe7c687aab81a56059b6a3e10565a73f90c30e87 Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy <nicolas@videolabs.io> Date: Wed, 25 Jan 2023 15:05:26 +0100 Subject: [PATCH] Bump to 3.5.4 Beta 2 --- NEWS | 6 ++++++ build.gradle | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f0cb62eb8c..d819b1f6cf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Changes between 3.5.4 Beta 1 and 3.5.4 Beta 2: +------------------ + * Re-allow access to the media controls for third party apps + * Fix some Android Auto and Android TV behaviors + * Crash fixes + Changes between 3.5.3 and 3.5.4 Beta 1: ------------------ * Improve the video resolution text diff --git a/build.gradle b/build.gradle index 236c0c868b..59dd3beadc 100644 --- a/build.gradle +++ b/build.gradle @@ -37,8 +37,8 @@ allprojects { ext { appId = "org.videolan.vlc" - versionName = '3.5.4 Beta 1' - versionCode = 3050310 + versionName = '3.5.4 Beta 2' + versionCode = 3050320 libvlcVersion = '3.5.4-eap4' medialibraryVersion = '0.13.5-eap5' minSdkVersion = 17 -- GitLab