Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
530
Issue boards
Milestones
Wiki
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
f9522de6
Commit
f9522de6
authored
1 month ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump te remote access version to 0.3.0
parent
1f102d2b
No related branches found
Branches containing commit
Tags
remoteaccess-0.3.0
Tags containing commit
1 merge request
!2104
Asynchronous network discovery for the Remote access
Pipeline
#566223
passed with stages
in 5 minutes and 7 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
buildsystem/compile-remoteaccess.sh
+1
-1
1 addition, 1 deletion
buildsystem/compile-remoteaccess.sh
with
2 additions
and
2 deletions
build.gradle
+
1
−
1
View file @
f9522de6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile-remoteaccess.sh
+
1
−
1
View file @
f9522de6
...
...
@@ -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"
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment