Browse Source

Bump the remote access version to 0.8.0

merge-requests/2174/merge remoteaccess-0.8.0
Nicolas Pomepuy 1 year ago
parent
commit
d1cef05a7c
  1. 2
      build.gradle
  2. 2
      buildsystem/compile-remoteaccess.sh

2
build.gradle

@ -46,7 +46,7 @@ ext {
versionCode = 3060510
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.5-1'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
remoteAccessVersion = '0.7.0'
remoteAccessVersion = '0.8.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.2' :'4.0.0-eap20'
medialibraryVersion = '0.13.13' + (vlcMajorVersion == 3 ? '' : '-vlc4') + '-rc17'
minSdkVersion = vlcMajorVersion == 3 ? 17 : 21

2
buildsystem/compile-remoteaccess.sh

@ -57,7 +57,7 @@ done
##############################
diagnostic "Setting up the Remote Access project"
REMOTE_ACCESS_TESTED_HASH=9c360b41e44e6c407c09aed54e9e945b77683bbe
REMOTE_ACCESS_TESTED_HASH=4d4ecda8917e889584df736d374421f8a9d14fef
REMOTE_ACCESS_REPOSITORY=https://code.videolan.org/videolan/remoteaccess
: ${VLC_REMOTE_ACCESS_PATH:="$(pwd -P)/application/remote-access-client/remoteaccess"}

Loading…
Cancel
Save