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

Bump lib versions for vlc 4

parent c62b9e25
No related branches found
No related tags found
1 merge request!1460Start of VLC 4 integration
......@@ -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' :'3.5.0-snapshotvlc4'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.4-eap1' :'0.12.0-eap10-snapshotvlc4'
libvlcVersion = vlcMajorVersion == 3 ? '3.5.2-eap1' :'4.0.0-eap1'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.4-eap1' : '0.12.0-vlc4-eap1'
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