[Android] Bump app to 3.4.4 Beta 2
Nicolas Pomepuy
git at videolan.org
Thu Feb 10 11:13:54 UTC 2022
vlc-android | branch: 3.4.x | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Feb 10 12:01:44 2022 +0100| [61c2399043227dfabcb8087cd246a49b461e76c5] | committer: Nicolas Pomepuy
Bump app to 3.4.4 Beta 2
> https://code.videolan.org/videolan/vlc-android/commit/61c2399043227dfabcb8087cd246a49b461e76c5
---
NEWS | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 49fc30962..06529190b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 3.4.3 and 3.4.4 Beta 1/2:
+------------------
+ * 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 c3653c4e1..c7059b95b 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 Beta 2'
+ versionCode = 3040320
libvlcVersion = '3.4.9'
medialibraryVersion = '0.9.9'
minSdkVersion = 17
More information about the Android
mailing list