[Android] Bump version to 3.5.7
Nicolas Pomepuy
git at videolan.org
Fri Oct 11 08:32:32 UTC 2024
vlc-android | branch: refs/tags/3.5.7 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Oct 11 10:20:23 2024 +0200| [2fc30536d8daf36e2e1a65f1e89481732b473461] | committer: Nicolas Pomepuy
Bump version to 3.5.7
> https://code.videolan.org/videolan/vlc-android/commit/2fc30536d8daf36e2e1a65f1e89481732b473461
---
NEWS | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 062824479b..cc2986263d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+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
diff --git a/build.gradle b/build.gradle
index 82a9e64e65..beb22dc7ef 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.6'
- versionCode = 3050600
+ versionName = '3.5.7'
+ versionCode = 3050700
libvlcVersion = '3.5.4-eap4'
medialibraryVersion = '0.13.5-eap5'
minSdkVersion = 17
More information about the Android
mailing list