[Android] Bump to 3.5.4 Beta 1

Nicolas Pomepuy git at videolan.org
Thu Dec 15 06:34:35 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Dec 15 07:25:03 2022 +0100| [a647981c9506f63b90cc438777ab18372e2d0034] | committer: Nicolas Pomepuy

Bump to 3.5.4 Beta 1

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

 NEWS         | 6 ++++++
 build.gradle | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 07da348c9a..f0cb62eb8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 3.5.3 and 3.5.4 Beta 1:
+------------------
+ * Improve the video resolution text
+ * Fix opening from other apps
+ * Bluetooth fixes
+
 Changes between 3.5.3 Beta 2 and 3.5.3:
 ------------------
  * Fix permission check on Android 12
diff --git a/build.gradle b/build.gradle
index 3a30088abd..378e0c4e00 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3050300
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.3'
+    versionCode = 3050310
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.4 Beta 1'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap2' :'4.0.0-eap5'
     medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc2' : '0.13.13-vlc4-rc2'



More information about the Android mailing list