Skip to content
Snippets Groups Projects
Commit bd06f530 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Duncan McNamara
Browse files

Change the version name for VLC 4

parent e3b331da
No related branches found
No related tags found
1 merge request!1555VLC 4: fix crashes and implement missing track features
......@@ -38,8 +38,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionName = '3.5.2'
versionCode = 3050200
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.2'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.5.2-eap1' :'4.0.0-eap2'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.4-eap1' : '0.12.0-vlc4-eap2'
......
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