[Android] Bump to 3.4.3 Beta 4 version

Nicolas Pomepuy git at videolan.org
Wed Nov 24 14:17:25 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Nov 24 15:12:09 2021 +0100| [66e93534701e7023f625c7ed0d80fb1ac4df77d7] | committer: Nicolas Pomepuy

Bump to 3.4.3 Beta 4 version

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

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

diff --git a/NEWS b/NEWS
index 9fb1cd8c3..146e7581a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 3.4.3 Beta 3 and 3.4.3 Beta 4:
+------------------
+ * Remove donations
+
 Changes between 3.4.3 Beta 2 and 3.4.3 Beta 3:
 ------------------
  * Use the new file permission
diff --git a/build.gradle b/build.gradle
index 33e53a038..38ffe6a2a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.4.3 Beta 3'
-    versionCode = 3040230
+    versionName = '3.4.3 Beta 4'
+    versionCode = 3040240
     libvlcVersion = '3.4.6'
     medialibraryVersion = '0.9.6'
     minSdkVersion = 17



More information about the Android mailing list