[Android] Bump version to 3.4.0
Nicolas Pomepuy
git at videolan.org
Thu Sep 16 12:02:11 UTC 2021
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Sep 16 13:56:59 2021 +0200| [a935b161c28f0dc12121746f656e9edb7d7b5d6d] | committer: Nicolas Pomepuy
Bump version to 3.4.0
> https://code.videolan.org/videolan/vlc-android/commit/a935b161c28f0dc12121746f656e9edb7d7b5d6d
---
NEWS | 4 ++--
build.gradle | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index 071b04f1e..708ed8133 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-Changes between 3.4.0 RC 1 and 3.4.0 RC 2:
+Changes between 3.4.0 RC 2 and 3.4.0:
------------------
- * Bug and crash fixes
+ * UI fixes
Changes between 3.4.0 Beta 6 and 3.4.0 RC 1:
------------------
diff --git a/build.gradle b/build.gradle
index 6d0cd92d2..4bd962a93 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.4.0 RC 2'
- versionCode = 3030480
+ versionName = '3.4.0'
+ versionCode = 3040000
libvlcVersion = '3.4.0'
medialibraryVersion = '0.9.0'
minSdkVersion = 17
More information about the Android
mailing list