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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Alexandre Perraud
VLC-Android
Commits
dfef5345
Commit
dfef5345
authored
3 months ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump app version to 3.6.0 beta 5
parent
4e2fec9a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+8
-0
8 additions, 0 deletions
NEWS
build.gradle
+2
-2
2 additions, 2 deletions
build.gradle
with
10 additions
and
2 deletions
NEWS
+
8
−
0
View file @
dfef5345
Changes between 3.6.0 Beta 4 and 3.6.0 Beta 5:
------------------
* Allow deleting files on TV
* Multiple remote access improvements
* Fix 360 videos
* Behavior and UI fixes
* Crash fixes
Changes between 3.6.0 Beta 3 and 3.6.0 Beta 4:
------------------
* Fix subtitles download
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
2
−
2
View file @
dfef5345
...
...
@@ -39,8 +39,8 @@ allprojects {
ext
{
appId
=
"org.videolan.vlc"
versionCode
=
30507
4
0
versionName
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
'4.0.0-preview - '
+
versionCode
:
'3.6.0 Beta
4
'
versionCode
=
30507
5
0
versionName
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
'4.0.0-preview - '
+
versionCode
:
'3.6.0 Beta
5
'
vlcMajorVersion
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
4
:
3
remoteAccessVersion
=
'0.1.1'
libvlcVersion
=
vlcMajorVersion
==
3
?
'3.6.0-eap14'
:
'4.0.0-eap17'
...
...
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