[Android] Bump version to 3.4.3 Beta 5
Nicolas Pomepuy
git at videolan.org
Mon Dec 6 05:51:49 UTC 2021
vlc-android | branch: 3.4.x | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Dec 6 06:39:41 2021 +0100| [41d40d35ab1c097682c86d064d776623c0484049] | committer: Nicolas Pomepuy
Bump version to 3.4.3 Beta 5
(cherry picked from commit 6b653aae81a73821dc9cc6df8dac6b98e53118bb)
> https://code.videolan.org/videolan/vlc-android/commit/41d40d35ab1c097682c86d064d776623c0484049
---
NEWS | 6 ++++++
build.gradle | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 146e7581a..f16c5fed8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 3.4.3 Beta 4 and 3.4.3 Beta 5:
+------------------
+ * Fix the subtitles not working on some Android 12 devices
+ * Fix some graphical issues
+ * Crash fixes
+
Changes between 3.4.3 Beta 3 and 3.4.3 Beta 4:
------------------
* Remove donations
diff --git a/build.gradle b/build.gradle
index 8502cbb19..17b397f8f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.4.3 Beta 4'
- versionCode = 3040240
+ versionName = '3.4.3 Beta 5'
+ versionCode = 3040250
libvlcVersion = '3.4.7'
medialibraryVersion = '0.9.7'
minSdkVersion = 17
More information about the Android
mailing list