[Android] Bump version to 3.5.0 RC 3

Nicolas Pomepuy git at videolan.org
Tue Jul 12 11:18:17 UTC 2022


vlc-android | branch: refs/tags/3.5.0-rc3 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jul 12 13:12:05 2022 +0200| [6e9521ebf0b11475e2e5b4da00d16a2861930f85] | committer: Nicolas Pomepuy

Bump version to 3.5.0 RC 3

> https://code.videolan.org/videolan/vlc-android/commit/6e9521ebf0b11475e2e5b4da00d16a2861930f85
---

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

diff --git a/NEWS b/NEWS
index c539dfd52..0cd6031b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,11 @@
-Changes between 3.5.0 RC 1 and 3.5.0 RC 2:
+Changes between 3.5.0 RC 1 and 3.5.0 RC 3:
 ------------------
  * Improve the layout for foldable devices
  * Fix some sorting issues
  * Improve the PiP permission management
  * UI fixes
+ * Android Auto improvements
+ * Some SMB fixes
  * Crash fixes
 
 Changes between 3.5.0 Beta 7 and 3.5.0 RC 1:
diff --git a/build.gradle b/build.gradle
index 03edf0095..c1f0aa950 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.5.0 RC 2'
-    versionCode = 3040490
+    versionName = '3.5.0 RC 3'
+    versionCode = 3040500
     libvlcVersion = '3.5.0-eap10'
     medialibraryVersion = '0.12.0-eap10'
     minSdkVersion = 17



More information about the Android mailing list