[Android] Bump the app to 3.6.0 beta 6
Nicolas Pomepuy
git at videolan.org
Thu Dec 12 10:06:54 UTC 2024
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Dec 12 10:59:12 2024 +0100| [8248bf0cbc5d68256dc709453a68cd42bb434272] | committer: Nicolas Pomepuy
Bump the app to 3.6.0 beta 6
> https://code.videolan.org/videolan/vlc-android/commit/8248bf0cbc5d68256dc709453a68cd42bb434272
---
NEWS | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 2d75993fbb..908b77b285 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 3.6.0 Beta 5 and 3.6.0 Beta 6:
+------------------
+ * Fix the remote access not included in the app bundle
+
Changes between 3.6.0 Beta 4 and 3.6.0 Beta 5:
------------------
* Allow deleting files on TV
diff --git a/build.gradle b/build.gradle
index 8b2e17c845..3fbe603b50 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionCode = 3050750
- versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 5'
+ versionCode = 3050760
+ versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 6'
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