[Android] Bump app to 3.4.4
Nicolas Pomepuy
git at videolan.org
Thu Feb 24 10:58:19 UTC 2022
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Feb 14 12:16:39 2022 +0100| [b24f3c09bfe7af125ccbc999433e6136926bbe8e] | committer: Nicolas Pomepuy
Bump app to 3.4.4
> https://code.videolan.org/videolan/vlc-android/commit/b24f3c09bfe7af125ccbc999433e6136926bbe8e
---
NEWS | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 49fc30962..0db6a2584 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 3.4.3 and 3.4.4:
+------------------
+ * Fix a crash on null medias
+
Changes between 3.4.3 Beta 6 and 3.4.3:
------------------
* Fix some rare crashes on the Sony Bravia devices
diff --git a/build.gradle b/build.gradle
index 2f1d9976f..043f527ba 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.4.4 Beta 1'
- versionCode = 3040310
+ versionName = '3.4.4'
+ versionCode = 3040400
libvlcVersion = '3.5.0-eap2'
medialibraryVersion = '0.11.0-eap2'
minSdkVersion = 17
More information about the Android
mailing list