[Android] Bump to 3.3.3 beta 4

Nicolas Pomepuy git at videolan.org
Tue Dec 8 07:13:56 CET 2020


vlc-android | branch: refs/tags/3.3.3-beta04 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Dec  8 07:03:21 2020 +0100| [97bd70e14846958bd21c3a0855b7588623f58af9] | committer: Nicolas Pomepuy

Bump to 3.3.3 beta 4

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

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

diff --git a/NEWS b/NEWS
index 9e9a2bba7..84ef1faf7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes between 3.3.3 Beta 3 and 3.3.3 Beta 4:
+------------------
+
+ * Global audio delay for videos
+ * Addition of an option to browse the folder of a media
+ * TV : improve DPAD input in video player
+ * Improve descriptions for Android Auto and streams
+ * Fix default orientation for videos
+ * Allow favorites for UPNP servers
+ * A lot of UI fixes
+ * Crash fixes
+
 Changes between 3.3.2 and 3.3.3 Beta 3:
 ------------------
 
diff --git a/build.gradle b/build.gradle
index 7128fde82..6387b4b0d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.3.3 Beta 3'
-    versionCode = 3030260
+    versionName = '3.3.3 Beta 4'
+    versionCode = 3030270
     libvlcVersion = '3.3.11'
     medialibraryVersion = '0.7.10'
     minSdkVersion = 17



More information about the Android mailing list