[Android] Bump app to 3.4.0 RC 1
Nicolas Pomepuy
git at videolan.org
Thu Sep 2 12:13:03 UTC 2021
vlc-android | branch: refs/tags/3.4.0-rc1 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Sep 2 14:05:10 2021 +0200| [3a0f70967d101b02aeab3f9517e0f126979d8e90] | committer: Nicolas Pomepuy
Bump app to 3.4.0 RC 1
> https://code.videolan.org/videolan/vlc-android/commit/3a0f70967d101b02aeab3f9517e0f126979d8e90
---
NEWS | 5 +++++
build.gradle | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index d810310dc..befe2eb35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.4.0 Beta 6 and 3.4.0 RC 1:
+------------------
+ * Better media seeking
+ * Bug and crash fixes
+
Changes between 3.4.0 Beta 5 and 3.4.0 Beta 6:
------------------
* Allow seeing the tips again
diff --git a/build.gradle b/build.gradle
index 947770d17..90b49e671 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.4.0 Beta 6'
- versionCode = 3030460
+ versionName = '3.4.0 RC 1'
+ versionCode = 3030470
libvlcVersion = '3.4.0-eap10'
medialibraryVersion = '0.9.0-eap10'
minSdkVersion = 17
More information about the Android
mailing list