[Android] Bump to 3.5.6
Nicolas Pomepuy
git at videolan.org
Tue Oct 8 09:52:48 UTC 2024
vlc-android | branch: 3.5.x | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Oct 8 11:47:06 2024 +0200| [5f4ea268600afaa9c8953de8ade9e8bd1172ca2d] | committer: Nicolas Pomepuy
Bump to 3.5.6
> https://code.videolan.org/videolan/vlc-android/commit/5f4ea268600afaa9c8953de8ade9e8bd1172ca2d
---
NEWS | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 8f51d6e4b9..062824479b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+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
diff --git a/build.gradle b/build.gradle
index a6130683c8..82a9e64e65 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.5'
- versionCode = 3050500
+ versionName = '3.5.6'
+ versionCode = 3050600
libvlcVersion = '3.5.4-eap4'
medialibraryVersion = '0.13.5-eap5'
minSdkVersion = 17
More information about the Android
mailing list