[Android] Bump the app version to 3.3.4

Nicolas Pomepuy git at videolan.org
Wed Jan 20 09:58:53 UTC 2021


vlc-android | branch: 3.3.x | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jan 20 09:52:32 2021 +0000| [13e15aa9d2c691a7fdfbf4ab91df9a7299d590bf] | committer: Nicolas Pomepuy

Bump the app version to 3.3.4


(cherry picked from commit 1e8ed436d4a57deb6f073239cdef04e16d5dbe1b)

> https://code.videolan.org/videolan/vlc-android/commit/13e15aa9d2c691a7fdfbf4ab91df9a7299d590bf
---

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

diff --git a/NEWS b/NEWS
index 87c4b009f..faa4e66cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 3.3.4 Beta 1 and 3.3.4 Beta 2:
+Changes between 3.3.4 Beta 1 and 3.3.4:
 ------------------
 
  * Allow sorting albums by artist
diff --git a/build.gradle b/build.gradle
index fec18a52d..cf5ab36b4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.3.4 Beta 2'
-    versionCode = 3030360
+    versionName = '3.3.4'
+    versionCode = 3030400
     libvlcVersion = '3.3.14'
     medialibraryVersion = '0.7.13'
     minSdkVersion = 17



More information about the Android mailing list