[Android] Bump to 3.5.4 Beta 2

Nicolas Pomepuy git at videolan.org
Wed Jan 25 14:06:18 UTC 2023


vlc-android | branch: 3.5.x | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jan 25 15:05:26 2023 +0100| [fe7c687aab81a56059b6a3e10565a73f90c30e87] | committer: Nicolas Pomepuy

Bump to 3.5.4 Beta 2

> https://code.videolan.org/videolan/vlc-android/commit/fe7c687aab81a56059b6a3e10565a73f90c30e87
---

 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



More information about the Android mailing list