Skip to content
Snippets Groups Projects
Commit 903ecf9a authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Bump the version and news for 3.6.0 Beta 4

parent 4826c05a
No related branches found
No related tags found
1 merge request!1967Bump the version and news for 3.6.0 Beta 4
Pipeline #509381 passed with stages
in 9 minutes and 1 second
Changes between 3.6.0 Beta 1 and 3.6.0 Beta 1:
Changes between 3.6.0 Beta 3 and 3.6.0 Beta 4:
------------------
* Remote access: multiple addition and improvements
* Nightly auto update
* Video player: tap to fast play
* Improve the PiP mode
* Improve dav1d integration
* Crash fixes and memory leaks
Changes between 3.6.0 Beta 1 and 3.6.0 Beta 3:
------------------
* Remote access: more content and improvements
* Warning for metered connections
......
......@@ -39,8 +39,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionCode = 3050430
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 3'
versionCode = 3050440
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 4'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap12' :'4.0.0-eap15'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc12' : '0.13.13-vlc4-rc12'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment