[Android] Bump app to 3.5.0 Beta 2

Nicolas Pomepuy git at videolan.org
Wed Mar 23 07:17:49 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Mar 23 08:09:45 2022 +0100| [366d139d0334a484b961abe7ae58845867d6325a] | committer: Nicolas Pomepuy

Bump app to 3.5.0 Beta 2

> https://code.videolan.org/videolan/vlc-android/commit/366d139d0334a484b961abe7ae58845867d6325a
---

 NEWS         | 7 +++++++
 build.gradle | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 3a3e9728a..23c48df1a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between 3.5.0 Beta 1 and 3.5.0 Beta 2:
+------------------
+ * Playlist can now be searched
+ * Prevent losing progress on app crash
+ * Graphical fixes
+ * Crash fixes
+
 Changes between 3.4.4 and 3.5.0 Beta 1:
 ------------------
  * Network indexation is now stable
diff --git a/build.gradle b/build.gradle
index fc55fdb11..1099c618c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.5.0 Beta 1'
-    versionCode = 3040410
+    versionName = '3.5.0 Beta 2'
+    versionCode = 3040420
     libvlcVersion = '3.5.0-eap4'
     medialibraryVersion = '0.11.0-eap4'
     minSdkVersion = 17



More information about the Android mailing list