[Android] Bump to 3.3.2 release version

Nicolas Pomepuy git at videolan.org
Mon Nov 23 13:20:49 CET 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Nov 23 11:36:38 2020 +0100| [04f310e9c4a1747f71c54090f9d0e893cafb6616] | committer: Nicolas Pomepuy

Bump to 3.3.2 release version

> https://code.videolan.org/videolan/vlc-android/commit/04f310e9c4a1747f71c54090f9d0e893cafb6616
---

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

diff --git a/NEWS b/NEWS
index 8375d5aad..d6620d965 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.3.2 Beta 4 and 3.3.2:
+------------------
+
+none
+
 Changes between 3.3.2 Beta 3 and 3.3.2 Beta 4:
 ------------------
 
diff --git a/build.gradle b/build.gradle
index e2874ab51..5bac01044 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.3.2 Beta 4'
-    versionCode = 3030180
+    versionName = '3.3.2'
+    versionCode = 3030200
     libvlcVersion = '3.3.8'
     medialibraryVersion = '0.7.7'
     minSdkVersion = 17



More information about the Android mailing list