[Android] Bump to 3.4.0 Beta 1

Nicolas Pomepuy git at videolan.org
Mon Jun 14 12:22:49 UTC 2021


vlc-android | branch: refs/tags/3.4.0-beta01 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Jun 14 14:17:17 2021 +0200| [331c979fbd8dc644e4c0d909f6bdcd4805d815c4] | committer: Nicolas Pomepuy

Bump to 3.4.0 Beta 1

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

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

diff --git a/NEWS b/NEWS
index 4e8a57efa..e7357dabd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
-Changes between 3.3.4 and 3.4.0:
+Changes between 3.3.4 and 3.4.0 Beta 1:
 ------------------
- * Index your media files from your network
  * Add bookmarks in your medias
  * New audio player design
  * New video list design
+ * Network and playback improvements
+ * A lot of bug fixes and improvements
 
 Changes between 3.3.4 Beta 1 and 3.3.4:
 ------------------
diff --git a/build.gradle b/build.gradle
index 11df5330d..677154be9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.3.4'
-    versionCode = 3030400
+    versionName = '3.4.0 Beta 1'
+    versionCode = 3030410
     libvlcVersion = '3.4.0-eap4'
     medialibraryVersion = '0.9.0-eap4'
     minSdkVersion = 17



More information about the Android mailing list