[Android] New 3.3.1 Beta 2 version

Nicolas Pomepuy git at videolan.org
Tue Oct 6 10:58:46 CEST 2020


vlc-android | branch: 3.3.x | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Oct  2 11:18:40 2020 +0200| [79f03532a9f2a1f132caad8dc267d9cf48b2dd2c] | committer: Nicolas Pomepuy

New 3.3.1 Beta 2 version

(cherry picked from commit 05223f76cca29b2686f07942b70d9a6a7b6e18f3)

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

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

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



More information about the Android mailing list