[Android] Bump app to 3.4.3 Beta 3

Nicolas Pomepuy git at videolan.org
Wed Nov 24 12:47:56 UTC 2021


vlc-android | branch: refs/tags/3.4.3-beta03 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Nov 24 13:40:37 2021 +0100| [ad726c09fe33ecaecfd491656dd85e3c0f47002c] | committer: Nicolas Pomepuy

Bump app to 3.4.3 Beta 3


(cherry picked from commit 0110e17ebe940077ace5ed1874eb5f8eee0f5abc)

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

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

diff --git a/NEWS b/NEWS
index 83e858626..9fb1cd8c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.4.3 Beta 2 and 3.4.3 Beta 3:
+------------------
+ * Use the new file permission
+ * Crash fixes
+
 Changes between 3.4.3 Beta 1 and 3.4.3 Beta 2:
 ------------------
  * Translation update
diff --git a/build.gradle b/build.gradle
index 8c7e0c44d..06db96485 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.4.3 Beta 2'
-    versionCode = 3040220
+    versionName = '3.4.3 Beta 3'
+    versionCode = 3040230
     libvlcVersion = '3.4.6'
     medialibraryVersion = '0.9.6'
     minSdkVersion = 17



More information about the Android mailing list