[Android] Bump app to 3.4.1
Nicolas Pomepuy
git at videolan.org
Mon Oct 11 10:09:46 UTC 2021
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Oct 11 12:05:13 2021 +0200| [d80f98933c30b561d3b00f1c61ecf6b59fcbb18e] | committer: Nicolas Pomepuy
Bump app to 3.4.1
> https://code.videolan.org/videolan/vlc-android/commit/d80f98933c30b561d3b00f1c61ecf6b59fcbb18e
---
NEWS | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 9a8ee0724..f633d83a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 3.4.0 Beta 3 and 3.4.1:
+------------------
+ * Playback fix for TV
+
Changes between 3.4.0 Beta 2 and 3.4.1 Beta 3:
------------------
* Playback fixes
diff --git a/build.gradle b/build.gradle
index 970391b17..3f67aab35 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.4.1 Beta 3'
- versionCode = 3040030
+ versionName = '3.4.1'
+ versionCode = 3040100
libvlcVersion = '3.4.3'
medialibraryVersion = '0.9.3'
minSdkVersion = 17
More information about the Android
mailing list