[Android] Bump app to 3.4.4
Nicolas Pomepuy
git at videolan.org
Mon Feb 14 11:17:10 UTC 2022
vlc-android | branch: refs/tags/3.4.4 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Feb 14 12:16:39 2022 +0100| [fbedb374271a0e38a7971647bfe9d4d753f48fdb] | committer: Nicolas Pomepuy
Bump app to 3.4.4
> https://code.videolan.org/videolan/vlc-android/commit/fbedb374271a0e38a7971647bfe9d4d753f48fdb
---
NEWS | 2 +-
build.gradle | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 06529190b..0db6a2584 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 3.4.3 and 3.4.4 Beta 1/2:
+Changes between 3.4.3 and 3.4.4:
------------------
* Fix a crash on null medias
diff --git a/build.gradle b/build.gradle
index c7059b95b..da638da59 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.4.4 Beta 2'
- versionCode = 3040320
+ versionName = '3.4.4'
+ versionCode = 3040400
libvlcVersion = '3.4.9'
medialibraryVersion = '0.9.9'
minSdkVersion = 17
More information about the Android
mailing list