Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
534
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
68f95710
Commit
68f95710
authored
5 months ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 3.6.0 Beta 2
parent
25170a13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2009
Bump version to 3.6.0 Beta 2
Pipeline
#522260
failed with stages
in 8 minutes and 54 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+14
-1
14 additions, 1 deletion
NEWS
build.gradle
+2
-2
2 additions, 2 deletions
build.gradle
with
16 additions
and
3 deletions
NEWS
+
14
−
1
View file @
68f95710
Changes between 3.5.
4
and 3.6.0 Beta
1
:
Changes between 3.5.
7
and 3.6.0 Beta
2
:
------------------
* Remote access: take control of your VLC for Android from any device
* Favorite any media and filter your medialibrary content by favorite
...
...
@@ -9,6 +9,19 @@ Changes between 3.5.4 and 3.6.0 Beta 1:
* UI improvements
* Crash fixes
Changes between 3.5.6 and 3.5.7:
------------------
* Fix crash when downloading subtitles
Changes between 3.5.5 and 3.5.6:
------------------
* Fix crash on startup
Changes between 3.5.4 and 3.5.5:
------------------
* Target Android 34
* This release is empty. Its sole purpose is to unlock the Play Store releases
Changes between 3.5.4 Beta 2 and 3.5.4:
------------------
* Fix media controls not working after some time on Android 13
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
2
−
2
View file @
68f95710
...
...
@@ -39,8 +39,8 @@ allprojects {
ext
{
appId
=
"org.videolan.vlc"
versionCode
=
3050
61
0
versionName
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
'4.0.0-preview - '
+
versionCode
:
'3.6.0 Beta
1
'
versionCode
=
3050
72
0
versionName
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
'4.0.0-preview - '
+
versionCode
:
'3.6.0 Beta
2
'
vlcMajorVersion
=
project
.
hasProperty
(
'forceVlc4'
)
&&
project
.
getProperty
(
'forceVlc4'
)
?
4
:
3
libvlcVersion
=
vlcMajorVersion
==
3
?
'3.6.0-eap12'
:
'4.0.0-eap15'
medialibraryVersion
=
vlcMajorVersion
==
3
?
'0.13.13-rc12'
:
'0.13.13-vlc4-rc12'
...
...
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