[Android] Bump app version to 3.5.2
Nicolas Pomepuy
git at videolan.org
Mon Sep 19 10:54:56 UTC 2022
vlc-android | branch: 3.5.x | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Sep 19 12:37:17 2022 +0200| [2d4a1e7092ed25f8fcd7be186974c5ae9296ac19] | committer: Nicolas Pomepuy
Bump app version to 3.5.2
(cherry picked from commit bde4fa8c28a79c2da2e85f970f806bd441d70914)
> https://code.videolan.org/videolan/vlc-android/commit/2d4a1e7092ed25f8fcd7be186974c5ae9296ac19
---
NEWS | 2 +-
build.gradle | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 9f95a6613..a733893cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 3.5.1 and 3.5.2 Beta 1:
+Changes between 3.5.1 and 3.5.2:
------------------
* Fix UPnP/DLNA discovery
* Widget fixes and improvements
diff --git a/build.gradle b/build.gradle
index 5a5ed876f..b86f380c8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.2 Beta 1'
- versionCode = 3050110
+ versionName = '3.5.2'
+ versionCode = 3050200
libvlcVersion = '3.5.2-eap1'
medialibraryVersion = '0.13.4-eap1'
minSdkVersion = 17
More information about the Android
mailing list