[Android] New VLC version 3.3.1

Nicolas Pomepuy git at videolan.org
Wed Oct 7 09:40:09 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Oct  6 11:07:58 2020 +0200| [5b8cb2bd73ddb28ae7f301265378e4df7ed62a1c] | committer: Nicolas Pomepuy

New VLC version 3.3.1

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

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

diff --git a/NEWS b/NEWS
index 73bed38f1..3c2f8b78e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 3.3.1 Beta 2 and 3.3.1:
+------------------
+
+Application:
+ * Crash fixes
+
 Changes between 3.3.1 Beta 1 and 3.3.1 Beta 2:
 ------------------
 
diff --git a/build.gradle b/build.gradle
index c02d0f065..377ba7f0c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.3.1 Beta 2'
-    versionCode = 3030060
+    versionName = '3.3.1'
+    versionCode = 3030100
     libvlcVersion = '3.3.3'
     medialibraryVersion = '0.7.2'
     minSdkVersion = 17



More information about the Android mailing list