[Android] Bump app to 3.5.0
Duncan McNamara
git at videolan.org
Tue Jul 19 09:13:11 UTC 2022
vlc-android | branch: refs/tags/3.5.0 | Duncan McNamara <dcn.mcnamara at gmail.com> | Tue Jul 19 11:01:12 2022 +0200| [5855fc645a177d7870b56f6f9b7768353798e7e3] | committer: Duncan McNamara
Bump app to 3.5.0
> https://code.videolan.org/videolan/vlc-android/commit/5855fc645a177d7870b56f6f9b7768353798e7e3
---
NEWS | 2 +-
build.gradle | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 0cd6031b1..a2ac67a8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 3.5.0 RC 1 and 3.5.0 RC 3:
+Changes between 3.5.0 RC 1 and 3.5.0:
------------------
* Improve the layout for foldable devices
* Fix some sorting issues
diff --git a/build.gradle b/build.gradle
index c1f0aa950..0454a2d26 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.0 RC 3'
- versionCode = 3040500
+ versionName = '3.5.0'
+ versionCode = 3050000
libvlcVersion = '3.5.0-eap10'
medialibraryVersion = '0.12.0-eap10'
minSdkVersion = 17
More information about the Android
mailing list