Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
531
Issue boards
Milestones
Wiki
Code
Merge requests
14
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
977ab646
Commit
977ab646
authored
3 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump libs to 3.4.8 / 0.9.8
parent
079d2024
No related branches found
No related tags found
1 merge request
!1210
Fix activity resolving for the MediaPlayer
Pipeline
#176240
passed with stage
in 27 minutes
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+2
-2
2 additions, 2 deletions
build.gradle
buildsystem/compile-medialibrary.sh
+1
-1
1 addition, 1 deletion
buildsystem/compile-medialibrary.sh
with
3 additions
and
3 deletions
build.gradle
+
2
−
2
View file @
977ab646
...
...
@@ -34,8 +34,8 @@ ext {
appId
=
"org.videolan.vlc"
versionName
=
'3.4.3 Beta 6'
versionCode
=
3040260
libvlcVersion
=
'3.4.
7
'
medialibraryVersion
=
'0.9.
7
'
libvlcVersion
=
'3.4.
8
'
medialibraryVersion
=
'0.9.
8
'
minSdkVersion
=
17
targetSdkVersion
=
30
compileSdkVersion
=
30
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile-medialibrary.sh
+
1
−
1
View file @
977ab646
...
...
@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH
=
b0e657bbade123b4c79eac19f22fd39c268d5445
MEDIALIBRARY_HASH
=
755f4dbf7a7ef4ab2fedc8ca3ae46b1103a26a17
while
[
$#
-gt
0
]
;
do
case
$1
in
...
...
This diff is collapsed.
Click to expand it.
Nicolas Pomepuy
@Aza
mentioned in commit
d02753a4
·
3 years ago
mentioned in commit
d02753a4
mentioned in commit d02753a467f94683a09bef1670bee8eda8dd6fa2
Toggle commit list
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