[Android] Bump version to 3.4.0 RC 2
Nicolas Pomepuy
git at videolan.org
Wed Sep 8 10:07:49 UTC 2021
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Sep 8 12:02:22 2021 +0200| [29145842a3d4857e3bc302ee9e81c6ac4aa3182e] | committer: Nicolas Pomepuy
Bump version to 3.4.0 RC 2
> https://code.videolan.org/videolan/vlc-android/commit/29145842a3d4857e3bc302ee9e81c6ac4aa3182e
---
NEWS | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index befe2eb35..071b04f1e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 3.4.0 RC 1 and 3.4.0 RC 2:
+------------------
+ * Bug and crash fixes
+
Changes between 3.4.0 Beta 6 and 3.4.0 RC 1:
------------------
* Better media seeking
diff --git a/build.gradle b/build.gradle
index 3defaab72..25b0d978a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.4.0 RC 1'
- versionCode = 3030470
+ versionName = '3.4.0 RC 2'
+ versionCode = 3030480
libvlcVersion = '3.4.0-eap11'
medialibraryVersion = '0.9.0-eap11'
minSdkVersion = 17
More information about the Android
mailing list