[Android] Bump app to 3.5.2 Beta 1
Nicolas Pomepuy
git at videolan.org
Wed Sep 14 04:40:28 UTC 2022
vlc-android | branch: refs/tags/3.5.2-beta01 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Sep 14 06:35:47 2022 +0200| [171876ab1f6540d7f695337b445427356b4bfd96] | committer: Nicolas Pomepuy
Bump app to 3.5.2 Beta 1
> https://code.videolan.org/videolan/vlc-android/commit/171876ab1f6540d7f695337b445427356b4bfd96
---
NEWS | 11 +++++++++++
build.gradle | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 69bde923b..9f95a6613 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes between 3.5.1 and 3.5.2 Beta 1:
+------------------
+ * Fix UPnP/DLNA discovery
+ * Widget fixes and improvements
+ * Improve the history settings
+ * Improve the screenshot feature
+ * Minor graphical improvements
+ * Fix some playback issues
+ * Fix some thumbnail generation issues
+ * Crash fixes
+
Changes between 3.5.1 Beta 1 and 3.5.1:
------------------
* Fix UPnP/DLNA files listing
diff --git a/build.gradle b/build.gradle
index 516c8ad0e..5a5ed876f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.1'
- versionCode = 3050100
+ versionName = '3.5.2 Beta 1'
+ versionCode = 3050110
libvlcVersion = '3.5.2-eap1'
medialibraryVersion = '0.13.4-eap1'
minSdkVersion = 17
More information about the Android
mailing list