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
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
d616e19f
Commit
d616e19f
authored
2 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump libs versions to 3.5.3-eap1 and 0.13.4-eap1
parent
9e6675b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1565
MlStorage: fix ban / unban when space in filename
Pipeline
#269536
failed with stage
Stage:
in 39 minutes and 4 seconds
Changes
2
Pipelines
1
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 @
d616e19f
...
...
@@ -41,8 +41,8 @@ ext {
versionCode
=
3050200
versionName
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
'4.0.0-preview - '
+
versionCode
:
'3.5.2'
vlcMajorVersion
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
4
:
3
libvlcVersion
=
vlcMajorVersion
==
3
?
'3.5.
2
-eap1'
:
'4.0.0-eap2'
medialibraryVersion
=
vlcMajorVersion
==
3
?
'0.13.
4
-eap1'
:
'0.12.0-vlc4-eap2'
libvlcVersion
=
vlcMajorVersion
==
3
?
'3.5.
3
-eap1'
:
'4.0.0-eap2'
medialibraryVersion
=
vlcMajorVersion
==
3
?
'0.13.
5
-eap1'
:
'0.12.0-vlc4-eap2'
minSdkVersion
=
17
targetSdkVersion
=
33
compileSdkVersion
=
33
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile.sh
+
1
−
1
View file @
d616e19f
...
...
@@ -261,7 +261,7 @@ fi
if
[
"
$FORCE_VLC_4
"
=
1
]
;
then
LIBVLCJNI_TESTED_HASH
=
9c64ba27ceda3f58eee3039e23e41a160f8234b9
else
LIBVLCJNI_TESTED_HASH
=
1a292138d3dd475d4e460b5720f09a4b7b01980a
LIBVLCJNI_TESTED_HASH
=
6c512862228c833234068b50abb67ea03ec8dcde
fi
LIBVLCJNI_REPOSITORY
=
https://code.videolan.org/videolan/libvlcjni
if
[
!
-d
"libvlcjni"
]
||
[
!
-d
"libvlcjni/.git"
]
;
then
...
...
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