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
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
4190e492
Commit
4190e492
authored
3 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump libs to 3.4.0-eap6 and 0.9.0-eap6
parent
465688b8
No related branches found
Branches containing commit
No related tags found
1 merge request
!1027
Multiple beta fixes
Pipeline
#117440
passed with stage
in 18 minutes and 21 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 @
4190e492
...
...
@@ -39,8 +39,8 @@ ext {
appId
=
"org.videolan.vlc"
versionName
=
'3.4.0 Beta 2'
versionCode
=
3030420
libvlcVersion
=
'3.4.0-eap
5
'
medialibraryVersion
=
'0.9.0-eap
5
'
libvlcVersion
=
'3.4.0-eap
6
'
medialibraryVersion
=
'0.9.0-eap
6
'
minSdkVersion
=
17
targetSdkVersion
=
29
compileSdkVersion
=
29
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile-medialibrary.sh
+
1
−
1
View file @
4190e492
...
...
@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH
=
e8c32e28cd74280a1d4b73188d0b28eecb31b7ce
MEDIALIBRARY_HASH
=
326e46ab15b6ff71bda125db07a294d380477511
while
[
$#
-gt
0
]
;
do
case
$1
in
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile.sh
+
1
−
1
View file @
4190e492
...
...
@@ -280,7 +280,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH
=
c0bad4c754ec2312ac14d5c96da7e3e4cb388360
TESTED_HASH
=
917b4ccbf107fef99a93f28e77e54e970558b921
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