[Android] Bump app to 3.4.3 Beta 3
Nicolas Pomepuy
git at videolan.org
Wed Nov 24 12:46:04 UTC 2021
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Nov 24 13:40:37 2021 +0100| [0110e17ebe940077ace5ed1874eb5f8eee0f5abc] | committer: Nicolas Pomepuy
Bump app to 3.4.3 Beta 3
> https://code.videolan.org/videolan/vlc-android/commit/0110e17ebe940077ace5ed1874eb5f8eee0f5abc
---
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 4ef2f1b79..33e53a038 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