[Android] New 3.3.3 version
Nicolas Pomepuy
git at videolan.org
Tue Dec 15 11:46:35 CET 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Dec 15 11:34:41 2020 +0100| [ff682bd796ba962463d446d13344b056775aa2ae] | committer: Nicolas Pomepuy
New 3.3.3 version
> https://code.videolan.org/videolan/vlc-android/commit/ff682bd796ba962463d446d13344b056775aa2ae
---
NEWS | 9 +++++++++
build.gradle | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 84ef1faf7..477529b80 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes between 3.3.3 Beta 4 and 3.3.3:
+------------------
+
+ * Fix scrolling issues
+ * Fix media not updated during a scan
+ * Fix the action button visibility
+ * Improve descriptions for Android Auto and streams
+ * Crash fixes
+
Changes between 3.3.3 Beta 3 and 3.3.3 Beta 4:
------------------
diff --git a/build.gradle b/build.gradle
index 6387b4b0d..87e1ce00c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.3.3 Beta 4'
- versionCode = 3030270
+ versionName = '3.3.3'
+ versionCode = 3030300
libvlcVersion = '3.3.11'
medialibraryVersion = '0.7.10'
minSdkVersion = 17
More information about the Android
mailing list