[Android] Port bump to 3.3.2 beta 3
Nicolas Pomepuy
git at videolan.org
Fri Nov 13 08:38:00 CET 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Nov 13 08:35:00 2020 +0100| [1650a659a389d57a68ab50489fbb98832f15e12d] | committer: Nicolas Pomepuy
Port bump to 3.3.2 beta 3
> https://code.videolan.org/videolan/vlc-android/commit/1650a659a389d57a68ab50489fbb98832f15e12d
---
NEWS | 34 ++++++++++++++++++++++++++++++++++
build.gradle | 4 ++--
2 files changed, 36 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 3c2f8b78e..5030469f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Changes between 3.3.2 Beta 2 and 3.3.2 Beta 3:
+------------------
+
+Application:
+ * Android Auto new navigation
+ * Samba network fixes
+ * Video group improvements
+ * Fix playlist items remove
+ * Crash fixes
+
+Changes between 3.3.2 Beta 1 and 3.3.2 Beta 2:
+------------------
+
+Application:
+ * Video player: fix focus issue
+ * Video group improvements
+ * SMB fixes
+ * Android Auto improvements
+ * Fix picking subtitles for network videos
+ * Fix OTG
+ * Crash fixes
+
+Changes between 3.3.1 and 3.3.2 Beta 1:
+------------------
+
+Application:
+ * Allow adding multiple videos to a new group
+ * SMB fixes
+ * Fix landscape video orientation
+ * Fix progression save
+ * Fix subtitles picking on SD cards
+ * Android Auto improvements and fixes
+ * Crash fixes
+
Changes between 3.3.1 Beta 2 and 3.3.1:
------------------
diff --git a/build.gradle b/build.gradle
index 6ba1001a6..3b384286e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.3.1'
- versionCode = 3030100
+ versionName = '3.3.2 Beta 3'
+ versionCode = 3030170
libvlcVersion = '3.3.7'
medialibraryVersion = '0.7.6'
minSdkVersion = 17
More information about the Android
mailing list