[Android] Bump to 3.4.3 Beta 4 version
Nicolas Pomepuy
git at videolan.org
Wed Nov 24 14:18:31 UTC 2021
vlc-android | branch: 3.4.x | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Nov 24 15:12:09 2021 +0100| [cf3b5d185f923ef8897cee316a93adc3217e146b] | committer: Nicolas Pomepuy
Bump to 3.4.3 Beta 4 version
(cherry picked from commit 66e93534701e7023f625c7ed0d80fb1ac4df77d7)
> https://code.videolan.org/videolan/vlc-android/commit/cf3b5d185f923ef8897cee316a93adc3217e146b
---
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 06db96485..0c0cd04c5 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