Bump to 3.5.0 Beta 5

This commit is contained in:
Duncan McNamara 2022-04-19 11:16:25 +02:00
parent cd091fa440
commit 71944bf79f
2 changed files with 8 additions and 2 deletions

6
NEWS
View File

@ -1,3 +1,9 @@
Changes between 3.5.0 Beta 4 and 3.5.0 Beta 5:
------------------
* UI improvements
* Crash fixes
* Codebase cleanups
Changes between 3.5.0 Beta 3 and 3.5.0 Beta 4:
------------------
* Foldable devices support for the video player

View File

@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionName = '3.5.0 Beta 4'
versionCode = 3040440
versionName = '3.5.0 Beta 5'
versionCode = 3040450
libvlcVersion = '3.5.0-eap6'
medialibraryVersion = '0.11.2-eap6'
minSdkVersion = 17