Skip to content
Snippets Groups Projects
Commit 8ef7a945 authored by Duncan McNamara's avatar Duncan McNamara
Browse files

Bump lib versions

This removes a couple of fixes in the java medialibrary that are causing
issues when displaying network share names until when can find a better
solution.
parent f747fa33
No related branches found
Tags libvlc-3.6.0-eap5 libvlc-4.0.0-eap8
No related merge requests found
......@@ -42,8 +42,8 @@ ext {
versionCode = 3050310
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.4 Beta 1'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap4' :'4.0.0-eap7'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc4' : '0.13.13-vlc4-rc4'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap5' :'4.0.0-eap8'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc5' : '0.13.13-vlc4-r5'
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