[Android] Bump to 3.3.2 beta 2
Nicolas Pomepuy
git at videolan.org
Tue Nov 3 15:49:47 CET 2020
vlc-android | branch: refs/tags/3.3.2-beta02 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Nov 3 15:49:07 2020 +0100| [15877e3922751d07a1570f1c122e66d81221ba78] | committer: Nicolas Pomepuy
Bump to 3.3.2 beta 2
> https://code.videolan.org/videolan/vlc-android/commit/15877e3922751d07a1570f1c122e66d81221ba78
---
NEWS | 12 ++++++++++++
build.gradle | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 56d2aed8e..12b04cdce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+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:
------------------
diff --git a/build.gradle b/build.gradle
index a8dae2f95..a989e0c49 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.3.2 Beta 1'
- versionCode = 3030150
+ versionName = '3.3.2 Beta 2'
+ versionCode = 3030160
libvlcVersion = '3.3.6'
medialibraryVersion = '0.7.5'
minSdkVersion = 17
More information about the Android
mailing list