[Android] Bump app to version 3.4.0 Beta 2

Nicolas Pomepuy git at videolan.org
Fri Jul 9 12:21:08 UTC 2021


vlc-android | branch: refs/tags/3.4.0-beta02 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Jul  9 14:03:46 2021 +0200| [c71af3199b704f264c54ed630d525a166623c1c2] | committer: Nicolas Pomepuy

Bump app to version 3.4.0 Beta 2

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

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

diff --git a/NEWS b/NEWS
index e7357dabd..7425658ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 3.4.0 Beta 1 and 3.4.0 Beta 2:
+------------------
+ * New onboarding
+ * Allow using the app without the storage permission
+ * medialibrary and playback improvements
+
 Changes between 3.3.4 and 3.4.0 Beta 1:
 ------------------
  * Add bookmarks in your medias
diff --git a/build.gradle b/build.gradle
index 46d0b1ea6..9df25d2b6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.4.0 Beta 1'
-    versionCode = 3030410
+    versionName = '3.4.0 Beta 2'
+    versionCode = 3030420
     libvlcVersion = '3.4.0-eap5'
     medialibraryVersion = '0.9.0-eap5'
     minSdkVersion = 17



More information about the Android mailing list