[Android] Bump app version to 3.4.3 Beta 2

Nicolas Pomepuy git at videolan.org
Thu Oct 28 05:34:17 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Oct 28 07:22:09 2021 +0200| [3c9b2b5f82377ff19fa73035e27afb122b54a9f2] | committer: Nicolas Pomepuy

Bump app version to 3.4.3 Beta 2

> https://code.videolan.org/videolan/vlc-android/commit/3c9b2b5f82377ff19fa73035e27afb122b54a9f2
---

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

diff --git a/NEWS b/NEWS
index 4173ff5d3..83e858626 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.4.3 Beta 1 and 3.4.3 Beta 2:
+------------------
+ * Translation update
+ * Crash fixes
+
 Changes between 3.4.2 and 3.4.3 Beta 1:
 ------------------
  * Crash fixes
diff --git a/build.gradle b/build.gradle
index fe37eec55..f8b34a0ad 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.4.3 Beta 1'
-    versionCode = 3040210
+    versionName = '3.4.3 Beta 2'
+    versionCode = 3040220
     libvlcVersion = '3.4.5'
     medialibraryVersion = '0.9.5'
     minSdkVersion = 17



More information about the Android mailing list