Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
530
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
b069a48f
Commit
b069a48f
authored
3 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump lib versions to 3.4.0-eap3 / 0.9.0-eap3
parent
e49694a4
No related branches found
Tags
libvlc-3.4.0-eap3
No related merge requests found
Pipeline
#105044
passed with stage
Stage:
in 1 hour, 21 minutes, and 58 seconds
Changes
3
Pipelines
2
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 @
b069a48f
...
...
@@ -39,8 +39,8 @@ ext {
appId
=
"org.videolan.vlc"
versionName
=
'3.3.4'
versionCode
=
3030400
libvlcVersion
=
'3.4.0-eap
2
'
medialibraryVersion
=
'0.9.0-eap
2
'
libvlcVersion
=
'3.4.0-eap
3
'
medialibraryVersion
=
'0.9.0-eap
3
'
minSdkVersion
=
17
targetSdkVersion
=
29
compileSdkVersion
=
29
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile-medialibrary.sh
+
1
−
1
View file @
b069a48f
...
...
@@ -4,7 +4,7 @@
# ARGUMENTS #
#############
MEDIALIBRARY_HASH
=
857965797eab40c24f36fbdeaecebad9d3e10ddc
MEDIALIBRARY_HASH
=
14405d6c7daabf55bc1939c89567f2dd16fab2b4
while
[
$#
-gt
0
]
;
do
case
$1
in
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile.sh
+
1
−
1
View file @
b069a48f
...
...
@@ -280,7 +280,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH
=
d
9b684a9249cc0243051da97d9a25065140e6eee
TESTED_HASH
=
d
3094196acd53fe8c231cb90e067d2f99c4b7d00
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