[Android] Bump app version to 3.4.3
Nicolas Pomepuy
git at videolan.org
Wed Jan 5 14:49:38 UTC 2022
vlc-android | branch: refs/tags/3.4.3 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jan 5 15:41:17 2022 +0100| [7e6165d143c6be1e7404dc0c959b642b9d24e2b0] | committer: Nicolas Pomepuy
Bump app version to 3.4.3
(cherry picked from commit ffd177ce2fd7491803649aadb520666449f17669)
> https://code.videolan.org/videolan/vlc-android/commit/7e6165d143c6be1e7404dc0c959b642b9d24e2b0
---
NEWS | 5 +++++
build.gradle | 8 ++++----
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index 77ea50728..49fc30962 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.4.3 Beta 6 and 3.4.3:
+------------------
+ * Fix some rare crashes on the Sony Bravia devices
+ * Other crash fixes
+
Changes between 3.4.3 Beta 5 and 3.4.3 Beta 6:
------------------
* Fix the grid/list button state
diff --git a/build.gradle b/build.gradle
index fbf979abc..dd77273f5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,10 +32,10 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.4.3 Beta 6'
- versionCode = 3040260
- libvlcVersion = '3.4.8'
- medialibraryVersion = '0.9.8'
+ versionName = '3.4.3'
+ versionCode = 3040300
+ libvlcVersion = '3.4.7'
+ medialibraryVersion = '0.9.7'
minSdkVersion = 17
targetSdkVersion = 30
compileSdkVersion = 30
More information about the Android
mailing list