Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NF Tech
VLC-Android
Commits
2568fed6
Commit
2568fed6
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
Tags
libvlc-3.5.3-eap1
No related merge requests found
Changes
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 @
2568fed6
...
...
@@ -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 @
2568fed6
...
...
@@ -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