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

Bump lib versions to 4.0.0-eap4 and 0.13.13-vlc4-rc1

parent a22049b1
No related branches found
Tags libvlc-4.0.0-eap4
No related merge requests found
......@@ -41,8 +41,8 @@ ext {
versionCode = 3050220
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.3 Beta 2'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap1' :'4.0.0-eap3'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc1' : '0.12.0-vlc4-eap3'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap1' :'4.0.0-eap4'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc1' : '0.13.13-vlc4-rc1'
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