[Android] New 3.3.1 Beta 1 version
Nicolas Pomepuy
git at videolan.org
Tue Oct 6 10:58:46 CEST 2020
vlc-android | branch: 3.3.x | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Sep 30 09:02:44 2020 +0200| [7f58c7c3c01420a16cf9a26debc9318bc88abb8a] | committer: Nicolas Pomepuy
New 3.3.1 Beta 1 version
(cherry picked from commit 73b9a42b6fcee06ffbbc67422c7e386c65bb1d0f)
> https://code.videolan.org/videolan/vlc-android/commit/7f58c7c3c01420a16cf9a26debc9318bc88abb8a
---
NEWS | 11 +++++++++++
build.gradle | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 9d52a913a..34d328575 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes between 3.3.0 and 3.3.1 Beta 1:
+------------------
+
+Application:
+ * Video: mark as played
+ * Audio: chapter selection for audio books
+ * TV: improve PiP behavior
+ * Video player: increase icons' size
+ * Thumbnails: fix quality issue
+ * Crash fixes
+
Changes between 3.3.0-RC4 and 3.3.0:
------------------
diff --git a/build.gradle b/build.gradle
index ace95a769..ec1506451 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.3.0'
- versionCode = 3030010
+ versionName = '3.3.1 Beta 1'
+ versionCode = 3030050
libvlcVersion = '3.3.2'
medialibraryVersion = '0.7.1'
minSdkVersion = 17
More information about the Android
mailing list