Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
534
Issue boards
Milestones
Wiki
Code
Merge requests
13
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
Merge requests
!2108
Bump the aar version for libvlcjni and the medialibrary
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bump the aar version for libvlcjni and the medialibrary
Aza/vlc-android:bump_aar
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Nicolas Pomepuy
requested to merge
Aza/vlc-android:bump_aar
into
master
3 months ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
38a29a08
1 commit,
3 months ago
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
buildsystem/compile.sh
+
2
−
2
Options
@@ -280,9 +280,9 @@ fi
if
[
"
$FORCE_VLC_4
"
=
1
]
;
then
LIBVLCJNI_TESTED_HASH
=
a41260fde8acafc0864323a10a490e82ddbe5b3f
LIBVLCJNI_TESTED_HASH
=
e1f91b8a8a3fbaea30caee940490a20adc9a8141
else
LIBVLCJNI_TESTED_HASH
=
fef5039810febe5a76d7766c2e748b25736a5106
LIBVLCJNI_TESTED_HASH
=
05d76f37559e2a2e5cd4248053a76ceff5a523e1
fi
LIBVLCJNI_REPOSITORY
=
https://code.videolan.org/videolan/libvlcjni.git
Loading