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

Bump app version to 3.6.0 Beta 2

parent 87b6ae6d
No related branches found
No related tags found
1 merge request!1866Bump app version to 3.6.0 Beta 2
Pipeline #444892 passed with stages
in 19 minutes and 50 seconds
......@@ -39,8 +39,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionCode = 3050410
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 1'
versionCode = 3050420
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 2'
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