[Android] Bump version to 3.4.0 Beta 4

Nicolas Pomepuy git at videolan.org
Tue Aug 3 13:03:24 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Aug  3 14:55:33 2021 +0200| [d44dfc4ca4b7720c10c493cea9a85772dd374462] | committer: Nicolas Pomepuy

Bump version to 3.4.0 Beta 4

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

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

diff --git a/NEWS b/NEWS
index a14142fdd..9694ad364 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 3.4.0 Beta 3 and 3.4.0 Beta 4:
+------------------
+ * Improve the audio player design
+ * Improve the player tips
+ * Bug and crash fixes
+
 Changes between 3.4.0 Beta 2 and 3.4.0 Beta 3:
 ------------------
  * Bug fixes
diff --git a/build.gradle b/build.gradle
index 584d351e6..1b2d05c31 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.4.0 Beta 3'
-    versionCode = 3030430
+    versionName = '3.4.0 Beta 4'
+    versionCode = 3030440
     libvlcVersion = '3.4.0-eap7'
     medialibraryVersion = '0.9.0-eap7'
     minSdkVersion = 17



More information about the Android mailing list