[Android] Bump to 3.5.1 Beta 1
Nicolas Pomepuy
git at videolan.org
Wed Aug 3 15:34:42 UTC 2022
vlc-android | branch: refs/tags/3.5.1-beta01 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Aug 3 17:22:50 2022 +0200| [05538f6d615be763ae16e877b63fa66af899fb6c] | committer: Nicolas Pomepuy
Bump to 3.5.1 Beta 1
> https://code.videolan.org/videolan/vlc-android/commit/05538f6d615be763ae16e877b63fa66af899fb6c
---
NEWS | 10 ++++++++++
build.gradle | 4 ++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index a2ac67a8a..690e5a3ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes between 3.5.0 and 3.5.1 Beta 1:
+------------------
+ * Take a screenshot of your video
+ * Widgets improvements
+ * UPnP client fixes
+ * Playback fixes
+ * UI fixes
+ * Crash fixes
+
+
Changes between 3.5.0 RC 1 and 3.5.0:
------------------
* Improve the layout for foldable devices
diff --git a/build.gradle b/build.gradle
index cd3bd410a..230888a5e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.0'
- versionCode = 3050000
+ versionName = '3.5.1 beta 1'
+ versionCode = 3050010
libvlcVersion = '3.5.1-eap1'
medialibraryVersion = '0.13.3-eap1'
minSdkVersion = 17
More information about the Android
mailing list