Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
532
Issue boards
Milestones
Wiki
Code
Merge requests
12
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
558ae22f
Commit
558ae22f
authored
1 month ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump aar versions and libvlcjni hashes
parent
a9036494
No related branches found
Branches containing commit
Tags
libvlc-3.6.1
libvlc-4.0.0-eap19
Tags containing commit
1 merge request
!2158
Implement the quick play feature
Pipeline
#580552
passed with stages
Stage:
Stage:
in 31 minutes and 4 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+2
-2
2 additions, 2 deletions
build.gradle
buildsystem/compile.sh
+2
-2
2 additions, 2 deletions
buildsystem/compile.sh
with
4 additions
and
4 deletions
build.gradle
+
2
−
2
View file @
558ae22f
...
...
@@ -43,8 +43,8 @@ ext {
versionName
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
'4.0.0-preview - '
+
versionCode
:
'3.6.4 Beta 3'
vlcMajorVersion
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
4
:
3
remoteAccessVersion
=
'0.5.0'
libvlcVersion
=
vlcMajorVersion
==
3
?
'3.6.
0
'
:
'4.0.0-eap1
8
'
medialibraryVersion
=
vlcMajorVersion
==
3
?
'0.13.13-rc1
5
'
:
'0.13.13-vlc4-rc1
5
'
libvlcVersion
=
vlcMajorVersion
==
3
?
'3.6.
1
'
:
'4.0.0-eap1
9
'
medialibraryVersion
=
vlcMajorVersion
==
3
?
'0.13.13-rc1
6
'
:
'0.13.13-vlc4-rc1
6
'
minSdkVersion
=
17
targetSdkVersion
=
34
compileSdkVersion
=
34
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile.sh
+
2
−
2
View file @
558ae22f
...
...
@@ -280,9 +280,9 @@ fi
if
[
"
$FORCE_VLC_4
"
=
1
]
;
then
LIBVLCJNI_TESTED_HASH
=
e1f91b8a8a3fbaea30caee940490a20adc9a814
1
LIBVLCJNI_TESTED_HASH
=
44ca3af810d4fa315c916d7b0ebb8ecdb662d89
1
else
LIBVLCJNI_TESTED_HASH
=
05d76f37559e2a2e5cd4248053a76ceff5a523
e1
LIBVLCJNI_TESTED_HASH
=
6ec2bf46d1a5d9938c5ab62fd7294f25e50c7
e1
a
fi
LIBVLCJNI_REPOSITORY
=
https://code.videolan.org/videolan/libvlcjni.git
...
...
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