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
b0ae083b
Commit
b0ae083b
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
Pipeline
#274673
passed with stages
in 18 minutes and 51 seconds
Changes
3
Pipelines
2
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
+0
-31
0 additions, 31 deletions
medialibrary/gradle.properties
with
3 additions
and
34 deletions
build.gradle
+
2
−
2
View file @
b0ae083b
...
...
@@ -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 @
b0ae083b
...
...
@@ -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
deleted
100644 → 0
+
0
−
31
View file @
c3c08957
#
# *************************************************************************
# gradle.properties
# **************************************************************************
# Copyright © 2021 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
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
# ***************************************************************************
#
#
#
GROUP
=
org.videolan.android
POM_ARTIFACT_ID
=
medialibrary-all
POM_NAME
=
Medialibrary-Android
POM_DESCRIPTION
=
Android bindings and API for Medialibrary
POM_INCEPTION_YEAR
=
2021
\ No newline at end of file
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