[Android] Bump to 3.4.0 Beta 6

Nicolas Pomepuy git at videolan.org
Wed Aug 11 07:32:09 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Aug 11 09:27:21 2021 +0200| [9933011c694dbd3328bd4877ff67bb73e6879d0e] | committer: Nicolas Pomepuy

Bump to 3.4.0 Beta 6

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

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

diff --git a/NEWS b/NEWS
index b09cc4eb0..d810310dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.4.0 Beta 5 and 3.4.0 Beta 6:
+------------------
+ * Allow seeing the tips again
+ * Bug and crash fixes
+
 Changes between 3.4.0 Beta 4 and 3.4.0 Beta 5:
 ------------------
  * Shuffle mode improved
diff --git a/build.gradle b/build.gradle
index 4b597994d..e8ebcce22 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.4.0 Beta 5'
-    versionCode = 3030450
+    versionName = '3.4.0 Beta 6'
+    versionCode = 3030460
     libvlcVersion = '3.4.0-eap9'
     medialibraryVersion = '0.9.0-eap9'
     minSdkVersion = 17



More information about the Android mailing list