[Android] New VLC version 3.3.1
Nicolas Pomepuy
git at videolan.org
Tue Oct 6 11:08:21 CEST 2020
vlc-android | branch: refs/tags/3.3.1 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Oct 6 11:07:58 2020 +0200| [3470199f82e6cb05fa8265ef3a35c20da2190269] | committer: Nicolas Pomepuy
New VLC version 3.3.1
> https://code.videolan.org/videolan/vlc-android/commit/3470199f82e6cb05fa8265ef3a35c20da2190269
---
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