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

Bump to 3.6.0 beta 6

parent e64f5253
No related branches found
No related tags found
1 merge request!1983Bump to 3.6.0 beta 6
Pipeline #517155 passed with stages
in 17 minutes and 36 seconds
Changes between 3.6.0 Beta 4 and 3.6.0 Beta 5:
Changes between 3.6.0 Beta 4 and 3.6.0 Beta 6:
------------------
* Remote access video player remote
* Remote access advanced media settings
......
......@@ -39,8 +39,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionCode = 3050450
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 5'
versionCode = 3050460
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 6'
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