[Android] Bump app to 3.4.1 Beta 2

Nicolas Pomepuy git at videolan.org
Tue Sep 28 07:09:42 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Sep 28 09:03:59 2021 +0200| [89cd730e18b57d80b6e0c28bf0e33c9e3cb1da1d] | committer: Nicolas Pomepuy

Bump app to 3.4.1 Beta 2

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

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

diff --git a/NEWS b/NEWS
index 7cc17c09b..ddfb7bdde 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 3.4.0 Beta 1 and 3.4.1 Beta 2:
+------------------
+ * Crash fixes
+
 Changes between 3.4.0 and 3.4.1 Beta 1:
 ------------------
  * Android auto: better covers
diff --git a/build.gradle b/build.gradle
index 3a80ce85d..f72acb3c7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.4.1 Beta 1'
-    versionCode = 3040010
+    versionName = '3.4.1 Beta 2'
+    versionCode = 3040020
     libvlcVersion = '3.4.1'
     medialibraryVersion = '0.9.1'
     minSdkVersion = 17



More information about the Android mailing list