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

Bump libs versions

parent 1cf5481d
No related branches found
No related tags found
1 merge request!1657MediaWrapper: fix issue with smb title being empty
Pipeline #306660 passed with stage
in 20 minutes and 18 seconds
......@@ -42,8 +42,8 @@ ext {
versionCode = 3050310
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.4 Beta 1'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap3' :'4.0.0-eap6'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc3' : '0.13.13-vlc4-rc3'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap4' :'4.0.0-eap7'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc4' : '0.13.13-vlc4-rc4'
minSdkVersion = 17
targetSdkVersion = 33
compileSdkVersion = 33
......
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