[Android] New 3.3.1 Beta 1 version
Nicolas Pomepuy
git at videolan.org
Wed Sep 30 09:10:44 CEST 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Sep 30 09:02:44 2020 +0200| [73b9a42b6fcee06ffbbc67422c7e386c65bb1d0f] | committer: Nicolas Pomepuy
New 3.3.1 Beta 1 version
> https://code.videolan.org/videolan/vlc-android/commit/73b9a42b6fcee06ffbbc67422c7e386c65bb1d0f
---
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 f68d48fb3..ec1506451 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.3.0'
- versionCode = 3030000
+ 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