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

Bump te remote access version to 0.3.0

parent 1f102d2b
No related branches found
Tags remoteaccess-0.3.0
1 merge request!2104Asynchronous network discovery for the Remote access
Pipeline #566223 passed with stages
in 5 minutes and 7 seconds
......@@ -42,7 +42,7 @@ ext {
versionCode = 3060300
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.3'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
remoteAccessVersion = '0.2.0'
remoteAccessVersion = '0.3.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0' :'4.0.0-eap18'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc15' : '0.13.13-vlc4-rc15'
minSdkVersion = 17
......
......@@ -57,7 +57,7 @@ done
##############################
diagnostic "Setting up the Remote Access project"
REMOTE_ACCESS_TESTED_HASH=543dcf36610e6944c85cbf355b4b934b8ae451d3
REMOTE_ACCESS_TESTED_HASH=4c400ef0dbac2ba23606af4bf0d11e3f05807eb7
REMOTE_ACCESS_REPOSITORY=https://code.videolan.org/videolan/remoteaccess
: ${VLC_REMOTE_ACCESS_PATH:="$(pwd -P)/application/remote-access-client/remoteaccess"}
......
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