[Android] Bump app to 3.3.2 Beta 1
Nicolas Pomepuy
git at videolan.org
Wed Oct 21 09:22:14 CEST 2020
vlc-android | branch: refs/tags/3.3.2-beta01 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Oct 21 09:21:21 2020 +0200| [900620a3e4fcc84df507a268096de2c0ae588b89] | committer: Nicolas Pomepuy
Bump app to 3.3.2 Beta 1
> https://code.videolan.org/videolan/vlc-android/commit/900620a3e4fcc84df507a268096de2c0ae588b89
---
NEWS | 12 ++++++++++++
build.gradle | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 3c2f8b78e0..56d2aed8e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+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 3aba4a6e7d..c26b61d570 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 1'
+ versionCode = 3030150
libvlcVersion = '3.3.4'
medialibraryVersion = '0.7.3'
minSdkVersion = 17
More information about the Android
mailing list