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

Bump libs versions for VLC 4

parent 300ca4f2
No related branches found
Tags libvlc-4.0.0-eap2
1 merge request!1460Start of VLC 4 integration
Pipeline #266833 passed with stages
in 23 minutes and 27 seconds
......@@ -41,8 +41,8 @@ ext {
versionName = '3.5.2'
versionCode = 3050200
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.5.2-eap1' :'4.0.0-eap1'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.4-eap1' : '0.12.0-vlc4-eap1'
libvlcVersion = vlcMajorVersion == 3 ? '3.5.2-eap1' :'4.0.0-eap2'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.4-eap1' : '0.12.0-vlc4-eap2'
minSdkVersion = 17
targetSdkVersion = 32
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