[Android] Bump the app version to 3.6.0 Beta 1

Nicolas Pomepuy git at videolan.org
Fri Dec 8 11:55:12 UTC 2023


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Dec  8 12:47:25 2023 +0100| [e6a5f7b40abb3d881a022e8f864c469e1de5428e] | committer: Nicolas Pomepuy

Bump the app version to 3.6.0 Beta 1

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

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

diff --git a/NEWS b/NEWS
index 450eac1724..9df6212a74 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between 3.5.4 and 3.6.0 Beta 1:
+------------------
+ * Remote access: take control of your VLC for Android from any device
+ * Favorite any media and filter your medialibrary content by favorite
+ * UI improvements
+ * Crash fixes
+
 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 e02a9c21a3..dfe6d6cf38 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3050400
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.4'
+    versionCode = 3050410
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 1'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap10' :'4.0.0-eap13'
     medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc10' : '0.13.13-vlc4-rc10'



More information about the Android mailing list