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
e15ab3fd
Commit
e15ab3fd
authored
2 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 3.5.3 Beta 1
parent
8e0220cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1570
Bump version to 3.5.3 Beta 1
Pipeline
#271499
passed with stage
in 21 minutes and 15 seconds
Changes
2
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+10
-0
10 additions, 0 deletions
NEWS
build.gradle
+2
-2
2 additions, 2 deletions
build.gradle
with
12 additions
and
2 deletions
NEWS
+
10
−
0
View file @
e15ab3fd
Changes between 3.5.2 and 3.5.3 Beta 1:
------------------
* More subtitle settings
* New notification permission
* Fix the sorting in the file browser
* Allow forcing shuffle for audio playbacks
* TV allow mixing folders and files
* Minor graphical fixes and improvements
* Crash fixes
Changes between 3.5.1 and 3.5.2:
------------------
* Fix UPnP/DLNA discovery
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
2
−
2
View file @
e15ab3fd
...
...
@@ -38,8 +38,8 @@ allprojects {
ext
{
appId
=
"org.videolan.vlc"
versionCode
=
30502
0
0
versionName
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
'4.0.0-preview - '
+
versionCode
:
'3.5.
2
'
versionCode
=
30502
1
0
versionName
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
'4.0.0-preview - '
+
versionCode
:
'3.5.
3 Beta 1
'
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
!1571 (merged)
·
2 years ago
mentioned in merge request
!1571 (merged)
mentioned in merge request !1571
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