[Android] Bump to 3.5.4

Nicolas Pomepuy git at videolan.org
Mon Feb 20 14:07:25 UTC 2023


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Dec  5 10:07:15 2022 +0100| [6e76679cc70146b12a3f1566310f5ea65c759047] | committer: Nicolas Pomepuy

Bump to 3.5.4

> https://code.videolan.org/videolan/vlc-android/commit/6e76679cc70146b12a3f1566310f5ea65c759047
---

 NEWS         | 2 +-
 build.gradle | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 35a08c4f5f..450eac1724 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 3.5.4 Beta 2 and 3.5.4 Beta 3:
+Changes between 3.5.4 Beta 2 and 3.5.4:
 ------------------
  * Fix media controls not working after some time on Android 13
  * Fix audio notification icon transparency
diff --git a/build.gradle b/build.gradle
index 4af18ba641..a0041396c4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3050330
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.4 Beta 3'
+    versionCode = 3050400
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.4'
     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