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
56bc679b
Commit
56bc679b
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
b3f5a56e
No related branches found
No related tags found
No related merge requests found
Pipeline
#269286
failed with stages
Stage:
Stage:
in 3 minutes and 23 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 @
56bc679b
...
...
@@ -41,8 +41,8 @@ ext {
versionName
=
'3.5.2'
versionCode
=
3050200
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 @
56bc679b
...
...
@@ -261,7 +261,7 @@ fi
if
[
"
$FORCE_VLC_4
"
=
1
]
;
then
LIBVLCJNI_TESTED_HASH
=
9c64ba27ceda3f58eee3039e23e41a160f8234b9
else
LIBVLCJNI_TESTED_HASH
=
1a292138d3dd475d4e460b5720f09a4b7b01980a
LIBVLCJNI_TESTED_HASH
=
0d16f1787e95eb8f2ae73552e252654e8e75d310
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