Bump to 3.5.1 Beta 1

This commit is contained in:
Nicolas Pomepuy 2022-08-03 17:22:50 +02:00
parent 3d60cc54cc
commit 05538f6d61
2 changed files with 12 additions and 2 deletions

10
NEWS
View File

@ -1,3 +1,13 @@
Changes between 3.5.0 and 3.5.1 Beta 1:
------------------
* Take a screenshot of your video
* Widgets improvements
* UPnP client fixes
* Playback fixes
* UI fixes
* Crash fixes
Changes between 3.5.0 RC 1 and 3.5.0:
------------------
* Improve the layout for foldable devices

View File

@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionName = '3.5.0'
versionCode = 3050000
versionName = '3.5.1 beta 1'
versionCode = 3050010
libvlcVersion = '3.5.1-eap1'
medialibraryVersion = '0.13.3-eap1'
minSdkVersion = 17