Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
530
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
94a9ea07
Commit
94a9ea07
authored
2 years ago
by
Duncan McNamara
Browse files
Options
Downloads
Patches
Plain Diff
Bump to version 3.5.4 Beta 2
parent
d38a206b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1670
Bump to version 3.5.4 Beta 2
Pipeline
#311439
passed with stage
in 20 minutes and 54 seconds
Changes
2
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+6
-0
6 additions, 0 deletions
NEWS
build.gradle
+2
-2
2 additions, 2 deletions
build.gradle
with
8 additions
and
2 deletions
NEWS
+
6
−
0
View file @
94a9ea07
Changes between 3.5.4 Beta 1 and 3.5.4 Beta 2:
------------------
* Re-allow access to the media controls for third party apps
* Fix some Android Auto and Android TV behaviors
* Crash fixes
Changes between 3.5.3 and 3.5.4 Beta 1:
------------------
* Improve the video resolution text
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
2
−
2
View file @
94a9ea07
...
...
@@ -39,8 +39,8 @@ allprojects {
ext
{
appId
=
"org.videolan.vlc"
versionCode
=
30503
1
0
versionName
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
'4.0.0-preview - '
+
versionCode
:
'3.5.4 Beta
1
'
versionCode
=
30503
2
0
versionName
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
'4.0.0-preview - '
+
versionCode
:
'3.5.4 Beta
2
'
vlcMajorVersion
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
4
:
3
libvlcVersion
=
vlcMajorVersion
==
3
?
'3.6.0-eap5'
:
'4.0.0-eap8'
medialibraryVersion
=
vlcMajorVersion
==
3
?
'0.13.13-rc5'
:
'0.13.13-vlc4-r5'
...
...
This diff is collapsed.
Click to expand it.
Romain Vimont
@rom1v
mentioned in issue
#2849
·
2 years ago
mentioned in issue
#2849
mentioned in issue #2849
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