[Android] Bump app version to 3.4.3 Beta 1

Nicolas Pomepuy git at videolan.org
Tue Oct 26 09:15:47 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Oct 26 11:08:51 2021 +0200| [873151ba7e1948693b4dc4ac2cdfa9fb6cffc4db] | committer: Nicolas Pomepuy

Bump app version to 3.4.3 Beta 1

> https://code.videolan.org/videolan/vlc-android/commit/873151ba7e1948693b4dc4ac2cdfa9fb6cffc4db
---

 NEWS         | 4 ++++
 build.gradle | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index aa0faa303..4173ff5d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 3.4.2 and 3.4.3 Beta 1:
+------------------
+ * Crash fixes
+
 Changes between 3.4.1 and 3.4.2:
 ------------------
  * Fix loading of media when opening the app
diff --git a/build.gradle b/build.gradle
index e977ce123..54e6753da 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,7 +32,7 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.4.2'
+    versionName = '3.4.3 Beta 1'
     versionCode = 3040200
     libvlcVersion = '3.4.5'
     medialibraryVersion = '0.9.5'



More information about the Android mailing list