[Android] New 3.3.4 Beta 2 version

Nicolas Pomepuy git at videolan.org
Fri Jan 15 12:34:18 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Jan 15 13:30:27 2021 +0100| [3b2435c0d0ed5ab47afdd6831a41c12851f6f8f3] | committer: Nicolas Pomepuy

New 3.3.4 Beta 2 version

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

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

diff --git a/NEWS b/NEWS
index 998636c10..87c4b009f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between 3.3.4 Beta 1 and 3.3.4 Beta 2:
+------------------
+
+ * Allow sorting albums by artist
+ * Improve chromecast
+ * Fix Video track options focus
+
 Changes between 3.3.3 and 3.3.4 Beta 1:
 ------------------
 
diff --git a/build.gradle b/build.gradle
index 371a8c00f..fec18a52d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.3.4 Beta 1'
-    versionCode = 3030350
+    versionName = '3.3.4 Beta 2'
+    versionCode = 3030360
     libvlcVersion = '3.3.14'
     medialibraryVersion = '0.7.13'
     minSdkVersion = 17



More information about the Android mailing list