Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
528
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
84386a00
Commit
84386a00
authored
3 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump libs to 3.4.0-eap10 / 0.9.0-eap10
parent
f4896532
No related branches found
Branches containing commit
No related tags found
1 merge request
!1077
Bump libs to 3.4.0-eap10 / 0.9.0-eap10
Pipeline
#133714
passed with stage
in 26 minutes and 26 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 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
buildsystem/compile.sh
+1
-1
1 addition, 1 deletion
buildsystem/compile.sh
with
4 additions
and
4 deletions
build.gradle
+
2
−
2
View file @
84386a00
...
...
@@ -34,8 +34,8 @@ ext {
appId
=
"org.videolan.vlc"
versionName
=
'3.4.0 Beta 6'
versionCode
=
3030460
libvlcVersion
=
'3.4.0-eap
9
'
medialibraryVersion
=
'0.9.0-eap
9
'
libvlcVersion
=
'3.4.0-eap
10
'
medialibraryVersion
=
'0.9.0-eap
10
'
minSdkVersion
=
17
targetSdkVersion
=
29
compileSdkVersion
=
29
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile-medialibrary.sh
+
1
−
1
View file @
84386a00
...
...
@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH
=
7cdc7a708f6dbcdcc8b2553e404c9701d6cf5906
MEDIALIBRARY_HASH
=
24770c3732bf8784e4a96110b9e8d5aa899b91c4
while
[
$#
-gt
0
]
;
do
case
$1
in
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile.sh
+
1
−
1
View file @
84386a00
...
...
@@ -283,7 +283,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH
=
f18819c4a4d37bd98f83a72d705bbfae974237a4
TESTED_HASH
=
38ff0a0f1f45e91ee5b0ab2b7311499b1fdc609f
VLC_REPOSITORY
=
https://code.videolan.org/videolan/vlc.git
if
[
!
-d
"vlc"
]
;
then
diagnostic
"VLC sources: not found, cloning"
...
...
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