[Android] Bump version to 3.6.0 Beta 2

Nicolas Pomepuy git at videolan.org
Fri Oct 11 10:34:02 UTC 2024


vlc-android | branch: refs/tags/3.6.0-beta02 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Oct 11 10:20:23 2024 +0200| [68f95710e831f239e726b149013b0b102e83a620] | committer: Nicolas Pomepuy

Bump version to 3.6.0 Beta 2

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

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

diff --git a/NEWS b/NEWS
index 971604559f..7edc1cde4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 3.5.4 and 3.6.0 Beta 1:
+Changes between 3.5.7 and 3.6.0 Beta 2:
 ------------------
  * Remote access: take control of your VLC for Android from any device
  * Favorite any media and filter your medialibrary content by favorite
@@ -9,6 +9,19 @@ Changes between 3.5.4 and 3.6.0 Beta 1:
  * UI improvements
  * Crash fixes
 
+Changes between 3.5.6 and 3.5.7:
+------------------
+ * Fix crash when downloading subtitles
+
+Changes between 3.5.5 and 3.5.6:
+------------------
+ * Fix crash on startup
+
+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 85052895ae..03f4ccdb2e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3050610
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 1'
+    versionCode = 3050720
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 2'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap12' :'4.0.0-eap15'
     medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc12' : '0.13.13-vlc4-rc12'



More information about the Android mailing list