[Android] Bump version to 3.3.4 Beta 1
Nicolas Pomepuy
git at videolan.org
Wed Jan 20 09:54:28 UTC 2021
vlc-android | branch: 3.3.x | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Jan 11 13:17:57 2021 +0100| [077c43db4a2e36ff22a096215631d52b2fadb6af] | committer: Nicolas Pomepuy
Bump version to 3.3.4 Beta 1
(cherry picked from commit 7ec77872d78bd57b252f8c09985285d5752075e9)
> https://code.videolan.org/videolan/vlc-android/commit/077c43db4a2e36ff22a096215631d52b2fadb6af
---
NEWS | 8 ++++++++
build.gradle | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 477529b80..998636c10 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes between 3.3.3 and 3.3.4 Beta 1:
+------------------
+
+ * Fix some RTL issues
+ * Improve playback resume
+ * Persist audio player time mode
+ * Crash fixes
+
Changes between 3.3.3 Beta 4 and 3.3.3:
------------------
diff --git a/build.gradle b/build.gradle
index 27dfb2d94..9e895ec76 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.3.3'
- versionCode = 3030300
+ versionName = '3.3.4 Beta 1'
+ versionCode = 3030350
libvlcVersion = '3.3.13'
medialibraryVersion = '0.7.12'
minSdkVersion = 17
More information about the Android
mailing list