[Android] Bump app version to 3.4.3 Beta 1
Nicolas Pomepuy
git at videolan.org
Tue Oct 26 09:36:43 UTC 2021
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Oct 26 11:08:51 2021 +0200| [dde5581306484641e375366d5b84d5ad11d4da0f] | committer: Nicolas Pomepuy
Bump app version to 3.4.3 Beta 1
> https://code.videolan.org/videolan/vlc-android/commit/dde5581306484641e375366d5b84d5ad11d4da0f
---
NEWS | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index aa0faa303..4173ff5d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 3.4.2 and 3.4.3 Beta 1:
+------------------
+ * Crash fixes
+
Changes between 3.4.1 and 3.4.2:
------------------
* Fix loading of media when opening the app
diff --git a/build.gradle b/build.gradle
index e977ce123..370dc0a29 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.4.2'
- versionCode = 3040200
+ versionName = '3.4.3 Beta 1'
+ versionCode = 3040210
libvlcVersion = '3.4.5'
medialibraryVersion = '0.9.5'
minSdkVersion = 17
More information about the Android
mailing list