[Android] Bump version to 3.3.4 Beta 1

Nicolas Pomepuy git at videolan.org
Mon Jan 11 12:25:13 UTC 2021


vlc-android | branch: refs/tags/3.3.4-beta01 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Jan 11 13:17:57 2021 +0100| [7ec77872d78bd57b252f8c09985285d5752075e9] | committer: Nicolas Pomepuy

Bump version to 3.3.4 Beta 1

> https://code.videolan.org/videolan/vlc-android/commit/7ec77872d78bd57b252f8c09985285d5752075e9
---

 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