[Android] Bump version to 3.6.0 Beta 1
Nicolas Pomepuy
git at videolan.org
Mon Oct 7 13:07:27 UTC 2024
vlc-android | branch: refs/tags/3.6.0-beta01 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Oct 7 14:55:59 2024 +0200| [19088ce63954f42ea63175630813004163678cb1] | committer: Nicolas Pomepuy
Bump version to 3.6.0 Beta 1
If it seems to be a rollback, we use this version name again because
the previous 3.6 beta versions were never released. To avoid confusion,
we go back to Beta 1, with a version code based on the 3.5.5 release.
> https://code.videolan.org/videolan/vlc-android/commit/19088ce63954f42ea63175630813004163678cb1
---
NEWS | 32 ++++----------------------------
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 30 deletions(-)
diff --git a/NEWS b/NEWS
index 98a55805a2..971604559f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,35 +1,11 @@
-Changes between 3.6.0 Beta 4 and 3.6.0 Beta 6:
-------------------
- * Remote access video player remote
- * Remote access advanced media settings
- * PiP improvements
- * Audio player chapter navigation
- * Crash fixes
-
-Changes between 3.6.0 Beta 3 and 3.6.0 Beta 4:
-------------------
- * Remote access: multiple addition and improvements
- * Nightly auto update
- * Video player: tap to fast play
- * Improve the PiP mode
- * Improve dav1d integration
- * Crash fixes and memory leaks
-
-Changes between 3.6.0 Beta 1 and 3.6.0 Beta 3:
-------------------
- * Remote access: more content and improvements
- * Warning for metered connections
- * Icons rework
- * Browser interface rework
- * Rework the add to playlist dialog
- * Playback behavior fixes
- * Android Auto improvements
- * Crash fixes and memory leaks
-
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
+ * Video player: tap to fast play
+ * Warning for metered connections
+ * PiP improvements
+ * Audio player chapter navigation
* UI improvements
* Crash fixes
diff --git a/build.gradle b/build.gradle
index 684b07543a..9c5153fe9a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionCode = 3050460
- versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 6'
+ versionCode = 3050510
+ 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-eap12' :'4.0.0-eap15'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc12' : '0.13.13-vlc4-rc12'
More information about the Android
mailing list