[Android] New version 3.3.0 RC 4
Nicolas Pomepuy
git at videolan.org
Thu Aug 13 13:18:19 CEST 2020
vlc-android | branch: refs/tags/3.3.0-RC4 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Aug 13 13:17:36 2020 +0200| [b9b3ad91575f3b4233de2ba737197f8a79d9237b] | committer: Nicolas Pomepuy
New version 3.3.0 RC 4
> https://code.videolan.org/videolan/vlc-android/commit/b9b3ad91575f3b4233de2ba737197f8a79d9237b
---
NEWS | 9 +++++++++
build.gradle | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index c4224f71b..2ca840b77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes between 3.3.0-RC3 and 3.3.0-RC4:
+------------------
+
+Application:
+ * Prevent unwanted notifications
+ * Fix some streams not playing
+ * Fix midi not considered as audio media
+ * Some UI fixes
+
Changes between 3.3.0-beta-07 and 3.3.0-RC1:
------------------
diff --git a/build.gradle b/build.gradle
index 92fabba7e..3bea2c1a5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.3.0 RC 3'
- versionCode = 3029100
+ versionName = '3.3.0 RC 4'
+ versionCode = 3029200
libvlcVersion = '3.3.0-eap17'
medialibraryVersion = '0.7.0-eap17'
minSdkVersion = 17
More information about the Android
mailing list