[Android] Bump to 3.5.0 Beta 7
Nicolas Pomepuy
git at videolan.org
Mon May 23 10:28:02 UTC 2022
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon May 23 12:24:11 2022 +0200| [2e2aa2df2dad6bcd04e91a0db29e4db159463229] | committer: Nicolas Pomepuy
Bump to 3.5.0 Beta 7
> https://code.videolan.org/videolan/vlc-android/commit/2e2aa2df2dad6bcd04e91a0db29e4db159463229
---
NEWS | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 2818b5ba5..476d19d26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 3.5.0 Beta 6 and 3.5.0 Beta 7:
+------------------
+ * Crash fixes
+
Changes between 3.5.0 Beta 5 and 3.5.0 Beta 6:
------------------
* New widgets. Now fully customizable!
diff --git a/build.gradle b/build.gradle
index 261cb3d6e..de9ad5129 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.0 Beta 6'
- versionCode = 3040460
+ versionName = '3.5.0 Beta 7'
+ versionCode = 3040470
libvlcVersion = '3.5.0-eap8'
medialibraryVersion = '0.12.0-eap8'
minSdkVersion = 17
More information about the Android
mailing list