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
12
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
523cb726
Commit
523cb726
authored
1 year ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump the aar hashes and versions
parent
524ff84c
No related branches found
Branches containing commit
Tags
libvlc-3.6.0-eap6
libvlc-4.0.0-eap9
Tags containing commit
1 merge request
!1702
Bump the aar artifacts
Pipeline
#323144
passed with stage
Stage:
in 19 minutes and 18 seconds
Changes
3
Pipelines
6
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 @
523cb726
...
...
@@ -42,8 +42,8 @@ ext {
versionCode
=
3050400
versionName
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
'4.0.0-preview - '
+
versionCode
:
'3.5.4'
vlcMajorVersion
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
4
:
3
libvlcVersion
=
vlcMajorVersion
==
3
?
'3.6.0-eap
5
'
:
'4.0.0-eap
8
'
medialibraryVersion
=
vlcMajorVersion
==
3
?
'0.13.13-rc
5
'
:
'0.13.13-vlc4-r
5
'
libvlcVersion
=
vlcMajorVersion
==
3
?
'3.6.0-eap
6
'
:
'4.0.0-eap
9
'
medialibraryVersion
=
vlcMajorVersion
==
3
?
'0.13.13-rc
6
'
:
'0.13.13-vlc4-r
6
'
minSdkVersion
=
17
targetSdkVersion
=
33
compileSdkVersion
=
33
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile-medialibrary.sh
+
1
−
1
View file @
523cb726
...
...
@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH
=
c792471d8cd3d4bfb64279b3d6bd490e2171b93d
MEDIALIBRARY_HASH
=
918b0e7ff962aa31fe8502ae9bd7d2fd389c6ff6
while
[
$#
-gt
0
]
;
do
case
$1
in
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile.sh
+
1
−
1
View file @
523cb726
...
...
@@ -259,7 +259,7 @@ fi
if
[
"
$FORCE_VLC_4
"
=
1
]
;
then
LIBVLCJNI_TESTED_HASH
=
720bd2afb4a1eb83aa363656f2a7a375efc1e75c
LIBVLCJNI_TESTED_HASH
=
94fab2637b0c78eaf11490247afcf8df0ea10cfa
else
LIBVLCJNI_TESTED_HASH
=
6691a43c73df3abe3e30bda139c6a7b4d1adda87
fi
...
...
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