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
0e1efaf4
Commit
0e1efaf4
authored
2 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump libs versions to 3.5.0-eap4 / 0.11.0-eap4
parent
216252ec
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#198937
failed with stages
in 1 minute and 44 seconds
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.sh
+1
-1
1 addition, 1 deletion
buildsystem/compile.sh
with
3 additions
and
3 deletions
build.gradle
+
2
−
2
View file @
0e1efaf4
...
...
@@ -34,8 +34,8 @@ ext {
appId
=
"org.videolan.vlc"
versionName
=
'3.4.4'
versionCode
=
3040400
libvlcVersion
=
'3.5.0-eap
3
'
medialibraryVersion
=
'0.11.0-eap
3
'
libvlcVersion
=
'3.5.0-eap
4
'
medialibraryVersion
=
'0.11.0-eap
4
'
minSdkVersion
=
17
targetSdkVersion
=
30
compileSdkVersion
=
31
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile.sh
+
1
−
1
View file @
0e1efaf4
...
...
@@ -279,7 +279,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH
=
758b718347094af7e7e35ec18359d32f8928766e
TESTED_HASH
=
98c86d8787acf6686410ebbfe87629a1337aebca
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