Bump app to 3.7.0 Beta 3

This commit is contained in:
Nicolas Pomepuy
2025-11-20 14:07:35 +01:00
parent 4fefe1c0a8
commit 0abcc0553d
2 changed files with 8 additions and 2 deletions

6
NEWS
View File

@@ -1,3 +1,9 @@
Changes between 3.7.0 Beta 2 and 3.7.0 Beta 3:
------------------
* Improve the RTL layouts
* Fix the lock video feature
* Fix some theme issues
Changes between 3.7.0 Beta 1 and 3.7.0 Beta 2:
------------------
* Improve subtitles search

View File

@@ -43,8 +43,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionCode = 3060530
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.7.0 Beta 2'
versionCode = 3060540
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.7.0 Beta 3'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
remoteAccessVersion = '0.10.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.5' :'4.0.0-eap23'