[Android] Bump to 3.4.3 Beta 6

Nicolas Pomepuy git at videolan.org
Thu Dec 16 10:54:16 UTC 2021


vlc-android | branch: refs/tags/3.4.3-beta06 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Dec 16 11:47:59 2021 +0100| [453d51491dbb9239124accc54c59d7e2f4615272] | committer: Nicolas Pomepuy

Bump to 3.4.3 Beta 6


(cherry picked from commit ab9b73042820039eda5c5cc359da16e8203828cb)

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

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

diff --git a/NEWS b/NEWS
index f16c5fed8..77ea50728 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.4.3 Beta 5 and 3.4.3 Beta 6:
+------------------
+ * Fix the grid/list button state
+ * Crash fixes
+
 Changes between 3.4.3 Beta 4 and 3.4.3 Beta 5:
 ------------------
  * Fix the subtitles not working on some Android 12 devices
diff --git a/build.gradle b/build.gradle
index 17b397f8f..308f62634 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.4.3 Beta 5'
-    versionCode = 3040250
+    versionName = '3.4.3 Beta 6'
+    versionCode = 3040260
     libvlcVersion = '3.4.7'
     medialibraryVersion = '0.9.7'
     minSdkVersion = 17



More information about the Android mailing list