[Android] Bump to 3.5.4
    Nicolas Pomepuy 
    git at videolan.org
       
    Mon Feb 20 10:40:12 UTC 2023
    
    
  
vlc-android | branch: refs/tags/3.5.4 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Dec  5 10:07:15 2022 +0100| [a55f148e31235d59d11e1237a388c962051f47c1] | committer: Nicolas Pomepuy
Bump to 3.5.4
(cherry picked from commit 2800df498c343be2639b639b74298fc56dcbfe5b)
> https://code.videolan.org/videolan/vlc-android/commit/a55f148e31235d59d11e1237a388c962051f47c1
---
 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 056eb48960..dd42e58687 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.5.4 Beta 3'
-    versionCode = 3050330
+    versionName = '3.5.4'
+    versionCode = 3050400
     libvlcVersion = '3.5.4-eap4'
     medialibraryVersion = '0.13.5-eap5'
     minSdkVersion = 17
    
    
More information about the Android
mailing list