diff --git a/NEWS b/NEWS
index d819b1f6cfea46957dec8377ccd8961972672e4c..35a08c4f5f3b9bb895229c35e11bef6cb7ad0651 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 59dd3beadc57f428fb6a3be1fa56ca8e80aaae61..056eb4896041000da041347e265b1dafd5725f47 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