[Android] Bump app to 3.4.1 Beta 3

Nicolas Pomepuy git at videolan.org
Wed Oct 6 09:12:07 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Oct  6 11:05:26 2021 +0200| [d3df81dcfb5478201a27aa4218ba503344eeb5f7] | committer: Nicolas Pomepuy

Bump app to 3.4.1 Beta 3

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

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

diff --git a/NEWS b/NEWS
index ddfb7bdde..9a8ee0724 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.4.0 Beta 2 and 3.4.1 Beta 3:
+------------------
+ * Playback fixes
+ * Crash fixes
+
 Changes between 3.4.0 Beta 1 and 3.4.1 Beta 2:
 ------------------
  * Crash fixes
diff --git a/build.gradle b/build.gradle
index 853ede441..970391b17 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.4.1 Beta 2'
-    versionCode = 3040020
+    versionName = '3.4.1 Beta 3'
+    versionCode = 3040030
     libvlcVersion = '3.4.3'
     medialibraryVersion = '0.9.3'
     minSdkVersion = 17



More information about the Android mailing list