[Android] Bump to 3.5.0 Beta 5
Duncan McNamara
git at videolan.org
Tue Apr 19 09:29:03 UTC 2022
vlc-android | branch: master | Duncan McNamara <dcn.mcnamara at gmail.com> | Tue Apr 19 11:16:25 2022 +0200| [71944bf79f17ccd22728da5b7d0ec7a7182620ad] | committer: Duncan McNamara
Bump to 3.5.0 Beta 5
> https://code.videolan.org/videolan/vlc-android/commit/71944bf79f17ccd22728da5b7d0ec7a7182620ad
---
NEWS | 6 ++++++
build.gradle | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index bf03c6384..10d7eb500 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 3.5.0 Beta 4 and 3.5.0 Beta 5:
+------------------
+ * UI improvements
+ * Crash fixes
+ * Codebase cleanups
+
Changes between 3.5.0 Beta 3 and 3.5.0 Beta 4:
------------------
* Foldable devices support for the video player
diff --git a/build.gradle b/build.gradle
index aa2e5aed7..e9df4be21 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.0 Beta 4'
- versionCode = 3040440
+ versionName = '3.5.0 Beta 5'
+ versionCode = 3040450
libvlcVersion = '3.5.0-eap6'
medialibraryVersion = '0.11.2-eap6'
minSdkVersion = 17
More information about the Android
mailing list