[Android] Bump version to 3.5.4 Beta 3
Nicolas Pomepuy
git at videolan.org
Tue Feb 14 06:28:39 UTC 2023
vlc-android | branch: refs/tags/3.5.4-beta03 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Feb 14 07:04:22 2023 +0100| [1fc784ababa170d8d5465e59f3bf509c100baaca] | committer: Nicolas Pomepuy
Bump version to 3.5.4 Beta 3
> https://code.videolan.org/videolan/vlc-android/commit/1fc784ababa170d8d5465e59f3bf509c100baaca
---
NEWS | 7 +++++++
build.gradle | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index d819b1f6cf..35a08c4f5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between 3.5.4 Beta 2 and 3.5.4 Beta 3:
+------------------
+ * Fix media controls not working after some time on Android 13
+ * Fix audio notification icon transparency
+ * Minor interface fixes
+ * Crash fixes
+
Changes between 3.5.4 Beta 1 and 3.5.4 Beta 2:
------------------
* Re-allow access to the media controls for third party apps
diff --git a/build.gradle b/build.gradle
index 59dd3beadc..056eb48960 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.4 Beta 2'
- versionCode = 3050320
+ versionName = '3.5.4 Beta 3'
+ versionCode = 3050330
libvlcVersion = '3.5.4-eap4'
medialibraryVersion = '0.13.5-eap5'
minSdkVersion = 17
More information about the Android
mailing list