[Android] Bump to 3.3.3 Beta 1

Nicolas Pomepuy git at videolan.org
Tue Nov 24 11:04:14 CET 2020


vlc-android | branch: refs/tags/3.3.3-beta01 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Nov 24 10:58:42 2020 +0100| [d4aa236cd76e7c7f02d6def2c2e789a1af86fac9] | committer: Nicolas Pomepuy

Bump to 3.3.3 Beta 1

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

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

diff --git a/NEWS b/NEWS
index d6620d965..6415fdfb4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes between 3.3.2 and 3.3.3 Beta 1:
+------------------
+
+ * Remove a single media from history
+ * Android TV: fixes and improvements
+ * Fix audio thumbnails detection
+ * Fix DVD menu
+ * Update medialibrary
+ * Crash fixes
+
 Changes between 3.3.2 Beta 4 and 3.3.2:
 ------------------
 
diff --git a/build.gradle b/build.gradle
index 21dae6690..6eb1976f0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.3.2'
-    versionCode = 3030200
+    versionName = '3.3.3 Beta 1'
+    versionCode = 3030250
     libvlcVersion = '3.3.9'
     medialibraryVersion = '0.7.8'
     minSdkVersion = 17



More information about the Android mailing list