[Android] Bump app to 3.4.2
Nicolas Pomepuy
git at videolan.org
Fri Oct 15 09:11:23 UTC 2021
vlc-android | branch: refs/tags/3.4.2 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Oct 15 11:05:08 2021 +0200| [25fee5db0c486f2467fb073a68f2c08ee3e03d67] | committer: Nicolas Pomepuy
Bump app to 3.4.2
> https://code.videolan.org/videolan/vlc-android/commit/25fee5db0c486f2467fb073a68f2c08ee3e03d67
---
NEWS | 5 +++++
build.gradle | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index f633d83a0..aa0faa303 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.4.1 and 3.4.2:
+------------------
+ * Fix loading of media when opening the app
+ * Crash fixes
+
Changes between 3.4.0 Beta 3 and 3.4.1:
------------------
* Playback fix for TV
diff --git a/build.gradle b/build.gradle
index 765cfd31a..cc406626b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.4.1'
- versionCode = 3040100
+ versionName = '3.4.2'
+ versionCode = 3040200
libvlcVersion = '3.4.4'
medialibraryVersion = '0.9.4'
minSdkVersion = 17
More information about the Android
mailing list