[Android] Bump to 3.4.3 Beta 6
Nicolas Pomepuy
git at videolan.org
Thu Dec 16 10:53:20 UTC 2021
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Dec 16 11:47:59 2021 +0100| [ab9b73042820039eda5c5cc359da16e8203828cb] | committer: Nicolas Pomepuy
Bump to 3.4.3 Beta 6
> https://code.videolan.org/videolan/vlc-android/commit/ab9b73042820039eda5c5cc359da16e8203828cb
---
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 be3e88f11..5e3efde74 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