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

Bump the artifacts versions

parent 5d04c611
No related branches found
Tags 3.5.3-beta02
1 merge request!1772Get rid of a lot of memory leaks
Pipeline #382133 passed with stages
in 20 minutes and 23 seconds
......@@ -42,8 +42,8 @@ ext {
versionCode = 3050400
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.4'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap9' :'4.0.0-eap12'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc9' : '0.13.13-vlc4-rc9'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap10' :'4.0.0-eap13'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc10' : '0.13.13-vlc4-rc10'
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