[Android] Bump to 3.3.2 beta 4
Nicolas Pomepuy
git at videolan.org
Thu Nov 19 07:00:16 CET 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Nov 18 15:11:20 2020 +0100| [4f3696316cf47f98ea3499e560714897b0c4674d] | committer: Nicolas Pomepuy
Bump to 3.3.2 beta 4
> https://code.videolan.org/videolan/vlc-android/commit/4f3696316cf47f98ea3499e560714897b0c4674d
---
NEWS | 7 +++++++
build.gradle | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 5030469f0..8375d5aad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between 3.3.2 Beta 3 and 3.3.2 Beta 4:
+------------------
+
+Application:
+ * SMB fixes
+ * Crash fixes
+
Changes between 3.3.2 Beta 2 and 3.3.2 Beta 3:
------------------
diff --git a/build.gradle b/build.gradle
index eb9480941..e2874ab51 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.3.2 Beta 3'
- versionCode = 3030170
+ versionName = '3.3.2 Beta 4'
+ versionCode = 3030180
libvlcVersion = '3.3.8'
medialibraryVersion = '0.7.7'
minSdkVersion = 17
More information about the Android
mailing list