[Android] Bump to 3.3.2 beta 3

Nicolas Pomepuy git at videolan.org
Fri Nov 13 07:40:58 CET 2020


vlc-android | branch: refs/tags/3.3.2-beta03 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Nov 13 07:40:22 2020 +0100| [a035451ffb3ff127efd2602844c0d36aecf3168b] | committer: Nicolas Pomepuy

Bump to 3.3.2 beta 3

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

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

diff --git a/NEWS b/NEWS
index 12b04cdce..5030469f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes between 3.3.2 Beta 2 and 3.3.2 Beta 3:
+------------------
+
+Application:
+ * Android Auto new navigation
+ * Samba network fixes
+ * Video group improvements
+ * Fix playlist items remove
+ * Crash fixes
+
 Changes between 3.3.2 Beta 1 and 3.3.2 Beta 2:
 ------------------
 
diff --git a/build.gradle b/build.gradle
index 22633fcf4..3b384286e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.3.2 Beta 2'
-    versionCode = 3030160
+    versionName = '3.3.2 Beta 3'
+    versionCode = 3030170
     libvlcVersion = '3.3.7'
     medialibraryVersion = '0.7.6'
     minSdkVersion = 17



More information about the Android mailing list