Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
535
Issue boards
Milestones
Wiki
Code
Merge requests
15
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
247b0700
Commit
247b0700
authored
2 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump to 3.5.3 beta 2
parent
554d7772
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1588
Bump to 3.5.3 beta 2
Pipeline
#274582
passed with stage
in 4 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+5
-0
5 additions, 0 deletions
NEWS
build.gradle
+2
-2
2 additions, 2 deletions
build.gradle
with
7 additions
and
2 deletions
NEWS
+
5
−
0
View file @
247b0700
Changes between 3.5.3 Beta 1 and 3.5.3 Beta 2:
------------------
* Fix the video playlist mode on TV
* Minor graphical fixes and improvements
Changes between 3.5.2 and 3.5.3 Beta 1:
------------------
* More subtitle settings
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
2
−
2
View file @
247b0700
...
...
@@ -38,8 +38,8 @@ allprojects {
ext
{
appId
=
"org.videolan.vlc"
versionCode
=
30502
1
0
versionName
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
'4.0.0-preview - '
+
versionCode
:
'3.5.3 Beta
1
'
versionCode
=
30502
2
0
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-eap1'
:
'0.12.0-vlc4-eap3'
...
...
This diff is collapsed.
Click to expand it.
Nicolas Pomepuy
@Aza
mentioned in merge request
!1589 (merged)
·
2 years ago
mentioned in merge request
!1589 (merged)
mentioned in merge request !1589
Toggle commit list
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