[Android] Update version number and NEWS
Nicolas Pomepuy
git at videolan.org
Thu May 7 15:48:59 CEST 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu May 7 15:48:56 2020 +0200| [d1b17a3be0e40bf4d23ee0cb9f2eefc9a22239d1] | committer: Nicolas Pomepuy
Update version number and NEWS
> https://code.videolan.org/videolan/vlc-android/commit/d1b17a3be0e40bf4d23ee0cb9f2eefc9a22239d1
---
NEWS | 14 ++++++++++++++
build.gradle | 4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 41d9973cd..017a8335d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Changes between 3.3.0-beta-01 and 3.3.0-beta-02:
+------------------
+
+Application:
+ * A lot of fixes
+
+Changes between 3.2 and 3.3.0-beta-01:
+------------------
+
+Application:
+ * Major Ui redesign
+ * Share a video
+ * Video stats
+
Changes between 3.1.7 and 3.2.0-beta-01:
------------------
diff --git a/build.gradle b/build.gradle
index cbab3d53e..407bf328e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.3.0 Beta 1'
- versionCode = 3028100
+ versionName = '3.3.0 Beta 2'
+ versionCode = 3028200
libvlcVersion = '3.3.0-eap10'
medialibraryVersion = '0.7.0-eap10'
minSdkVersion = 17
More information about the Android
mailing list