[Android] Bump version to 3.5.1
Nicolas Pomepuy
git at videolan.org
Mon Aug 8 10:38:10 UTC 2022
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Aug 8 12:33:37 2022 +0200| [98a68bfdf9bda93b90b86f5ae11ac2d50f700bb7] | committer: Nicolas Pomepuy
Bump version to 3.5.1
> https://code.videolan.org/videolan/vlc-android/commit/98a68bfdf9bda93b90b86f5ae11ac2d50f700bb7
---
NEWS | 7 +++++++
build.gradle | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 690e5a3ba..69bde923b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between 3.5.1 Beta 1 and 3.5.1:
+------------------
+ * Fix UPnP/DLNA files listing
+ * Fix empty notification icons on Android 4
+ * Increase the video controls delay when hitting play
+ * Crash fixes
+
Changes between 3.5.0 and 3.5.1 Beta 1:
------------------
* Take a screenshot of your video
diff --git a/build.gradle b/build.gradle
index 230888a5e..ff5c25c87 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.1 beta 1'
- versionCode = 3050010
+ versionName = '3.5.1'
+ versionCode = 3050100
libvlcVersion = '3.5.1-eap1'
medialibraryVersion = '0.13.3-eap1'
minSdkVersion = 17
More information about the Android
mailing list