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
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
92de61c1
Commit
92de61c1
authored
1 year ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump the aar versions
parent
c5c3228c
No related branches found
No related tags found
No related merge requests found
Pipeline
#322095
failed with stages
in 8 minutes and 17 seconds
Changes
2
Pipelines
3
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 @
92de61c1
...
...
@@ -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.sh
+
1
−
1
View file @
92de61c1
...
...
@@ -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