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
a22049b1
Commit
a22049b1
authored
2 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump lib versions to 3.6.0-eap1 and 0.13.13-rc1
parent
c3c08957
No related branches found
No related tags found
No related merge requests found
Changes
3
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
medialibrary/gradle.properties
+1
-1
1 addition, 1 deletion
medialibrary/gradle.properties
with
4 additions
and
4 deletions
build.gradle
+
2
−
2
View file @
a22049b1
...
...
@@ -41,8 +41,8 @@ ext {
versionCode
=
3050220
versionName
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
'4.0.0-preview - '
+
versionCode
:
'3.5.3 Beta 2'
vlcMajorVersion
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
4
:
3
libvlcVersion
=
vlcMajorVersion
==
3
?
'3.
5.3
-eap1'
:
'4.0.0-eap3'
medialibraryVersion
=
vlcMajorVersion
==
3
?
'0.13.
5-eap
1'
:
'0.12.0-vlc4-eap3'
libvlcVersion
=
vlcMajorVersion
==
3
?
'3.
6.0
-eap1'
:
'4.0.0-eap3'
medialibraryVersion
=
vlcMajorVersion
==
3
?
'0.13.
13-rc
1'
:
'0.12.0-vlc4-eap3'
minSdkVersion
=
17
targetSdkVersion
=
33
compileSdkVersion
=
33
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile-medialibrary.sh
+
1
−
1
View file @
a22049b1
...
...
@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH
=
0e037cc3da23416f55b210f6d8b35e51ac58de3a
MEDIALIBRARY_HASH
=
1fabbeed1797e84057beb3c961e7e2eff805557b
while
[
$#
-gt
0
]
;
do
case
$1
in
...
...
This diff is collapsed.
Click to expand it.
medialibrary/gradle.properties
+
1
−
1
View file @
a22049b1
...
...
@@ -2,7 +2,7 @@
# *************************************************************************
# gradle.properties
# **************************************************************************
# Copyright
©
2021
VLC authors and VideoLAN
# Copyright © 202
2
VLC authors and VideoLAN
# Author: Nicolas POMEPUY
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
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