[Android] Bump to 3.5.4 Beta 1
Nicolas Pomepuy
git at videolan.org
Thu Dec 15 06:41:41 UTC 2022
vlc-android | branch: 3.5.x | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Dec 15 07:25:03 2022 +0100| [646d065e015c38a52e6526f40dfbf8fdd20d376c] | committer: Nicolas Pomepuy
Bump to 3.5.4 Beta 1
(cherry picked from commit a647981c9506f63b90cc438777ab18372e2d0034)
> https://code.videolan.org/videolan/vlc-android/commit/646d065e015c38a52e6526f40dfbf8fdd20d376c
---
NEWS | 6 ++++++
build.gradle | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 07da348c9a..f0cb62eb8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 3.5.3 and 3.5.4 Beta 1:
+------------------
+ * Improve the video resolution text
+ * Fix opening from other apps
+ * Bluetooth fixes
+
Changes between 3.5.3 Beta 2 and 3.5.3:
------------------
* Fix permission check on Android 12
diff --git a/build.gradle b/build.gradle
index 564d8524c3..e5865da88b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.3'
- versionCode = 3050300
+ versionName = '3.5.4 Beta 1'
+ versionCode = 3050310
libvlcVersion = '3.5.4-eap1'
medialibraryVersion = '0.13.5-eap2'
minSdkVersion = 17
More information about the Android
mailing list