[Android] Bump app version to 3.6.0 beta 5
Nicolas Pomepuy
git at videolan.org
Tue Dec 10 11:44:48 UTC 2024
vlc-android | branch: refs/tags/3.6.0-beta05 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Dec 10 12:39:09 2024 +0100| [dfef5345284b80fdc2e8498b15260ff6bd147442] | committer: Nicolas Pomepuy
Bump app version to 3.6.0 beta 5
> https://code.videolan.org/videolan/vlc-android/commit/dfef5345284b80fdc2e8498b15260ff6bd147442
---
NEWS | 8 ++++++++
build.gradle | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 5e3a4519a8..2d75993fbb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes between 3.6.0 Beta 4 and 3.6.0 Beta 5:
+------------------
+ * Allow deleting files on TV
+ * Multiple remote access improvements
+ * Fix 360 videos
+ * Behavior and UI fixes
+ * Crash fixes
+
Changes between 3.6.0 Beta 3 and 3.6.0 Beta 4:
------------------
* Fix subtitles download
diff --git a/build.gradle b/build.gradle
index a3dbf4da24..8b2e17c845 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionCode = 3050740
- versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 4'
+ versionCode = 3050750
+ versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 5'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
remoteAccessVersion = '0.1.1'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap14' :'4.0.0-eap17'
More information about the Android
mailing list