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

Bump lib versions for vlc 4

parent eb98bebd
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ ext {
versionName = '3.5.0'
versionCode = 3050000
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.5.0-eap10' :'3.5.0-snapshotvlc4'
medialibraryVersion = vlcMajorVersion == 3 ? '0.12.0-eap10' :'0.12.0-eap10-snapshotvlc4'
libvlcVersion = vlcMajorVersion == 3 ? '3.5.0-eap10' :'4.0.0-eap1'
medialibraryVersion = vlcMajorVersion == 3 ? '0.12.0-eap10' : '0.12.0-vlc4-eap1'
minSdkVersion = 17
targetSdkVersion = 30
compileSdkVersion = 31
......
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