[Android] Bump version to 3.5.4 Beta 3
Nicolas Pomepuy
git at videolan.org
Tue Feb 14 06:27:28 UTC 2023
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Feb 14 07:04:22 2023 +0100| [c9389cb57eb2e3f9723728a25e54b56f38f61515] | committer: Nicolas Pomepuy
Bump version to 3.5.4 Beta 3
> https://code.videolan.org/videolan/vlc-android/commit/c9389cb57eb2e3f9723728a25e54b56f38f61515
---
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 b3417a8d6c..4af18ba641 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionCode = 3050320
- versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.4 Beta 2'
+ versionCode = 3050330
+ versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.4 Beta 3'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap5' :'4.0.0-eap8'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc5' : '0.13.13-vlc4-r5'
More information about the Android
mailing list