[Android] Bump app version to 3.5.0 RC 2
Nicolas Pomepuy
git at videolan.org
Tue Jul 5 11:15:46 UTC 2022
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jul 5 13:11:45 2022 +0200| [df150441511f558111a0005fa0cfeb5e6735db6f] | committer: Nicolas Pomepuy
Bump app version to 3.5.0 RC 2
> https://code.videolan.org/videolan/vlc-android/commit/df150441511f558111a0005fa0cfeb5e6735db6f
---
NEWS | 8 ++++++++
build.gradle | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index d8f85789f..c539dfd52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes between 3.5.0 RC 1 and 3.5.0 RC 2:
+------------------
+ * Improve the layout for foldable devices
+ * Fix some sorting issues
+ * Improve the PiP permission management
+ * UI fixes
+ * Crash fixes
+
Changes between 3.5.0 Beta 7 and 3.5.0 RC 1:
------------------
* Greatly improve the accessibility
diff --git a/build.gradle b/build.gradle
index 663773b4e..6a52bb7b1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.0 RC 1'
- versionCode = 3040480
+ versionName = '3.5.0 RC 2'
+ versionCode = 3040490
libvlcVersion = '3.5.0-eap9'
medialibraryVersion = '0.12.0-eap9'
minSdkVersion = 17
More information about the Android
mailing list