[Android] Bump to 3.4.0 Beta 5

Nicolas Pomepuy git at videolan.org
Fri Aug 6 03:57:20 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Aug  5 09:12:23 2021 +0200| [40471db9bf02ac1cba9c61bc30359b8a515defcc] | committer: Nicolas Pomepuy

Bump to 3.4.0 Beta 5

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

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

diff --git a/NEWS b/NEWS
index 9694ad364..b09cc4eb0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.4.0 Beta 4 and 3.4.0 Beta 5:
+------------------
+ * Shuffle mode improved
+ * Bug and crash fixes
+
 Changes between 3.4.0 Beta 3 and 3.4.0 Beta 4:
 ------------------
  * Improve the audio player design
diff --git a/build.gradle b/build.gradle
index 4c438d0b3..d2bac3bb0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.4.0 Beta 4'
-    versionCode = 3030440
+    versionName = '3.4.0 Beta 5'
+    versionCode = 3030450
     libvlcVersion = '3.4.0-eap8'
     medialibraryVersion = '0.9.0-eap8'
     minSdkVersion = 17



More information about the Android mailing list