[Android] Bump app version to 3.3.0

Nicolas Pomepuy git at videolan.org
Thu Sep 3 14:28:54 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Sep  3 14:28:51 2020 +0200| [7d2b0fd2ba332d5e3c83415b67dbe2fe5748f346] | committer: Nicolas Pomepuy

Bump app version to 3.3.0

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

 NEWS         | 7 +++++++
 build.gradle | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 2ca840b77..9d52a913a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between 3.3.0-RC4 and 3.3.0:
+------------------
+
+Application:
+ * Fix streaming issues
+ * Bug fixes
+
 Changes between 3.3.0-RC3 and 3.3.0-RC4:
 ------------------
 
diff --git a/build.gradle b/build.gradle
index d1273718b..783dedc7d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.3.0 RC 4'
-    versionCode = 3029300
+    versionName = '3.3.0'
+    versionCode = 3030000
     libvlcVersion = '3.3.0'
     medialibraryVersion = '0.7.0'
     minSdkVersion = 17



More information about the Android mailing list