[Android] Bump version to 3.5.5

Nicolas Pomepuy git at videolan.org
Thu Oct 3 07:37:54 UTC 2024


vlc-android | branch: refs/tags/3.5.5 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Oct  3 08:51:19 2024 +0200| [1e458076c80a670703a6fca7a008742891630b04] | committer: Nicolas Pomepuy

Bump version to 3.5.5

> https://code.videolan.org/videolan/vlc-android/commit/1e458076c80a670703a6fca7a008742891630b04
---

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

diff --git a/NEWS b/NEWS
index 450eac1724..8f51d6e4b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.5.4 and 3.5.5:
+------------------
+ * Target Android 34
+ * This release is empty. Its sole purpose is to unlock the Play Store releases
+
 Changes between 3.5.4 Beta 2 and 3.5.4:
 ------------------
  * Fix media controls not working after some time on Android 13
diff --git a/build.gradle b/build.gradle
index 26e472726e..a6130683c8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.5.4'
-    versionCode = 3050400
+    versionName = '3.5.5'
+    versionCode = 3050500
     libvlcVersion = '3.5.4-eap4'
     medialibraryVersion = '0.13.5-eap5'
     minSdkVersion = 17



More information about the Android mailing list