Skip to content
Snippets Groups Projects
Commit ec7a57cb authored by Duncan McNamara's avatar Duncan McNamara
Browse files

Bump app version to 3.5.3

parent 3c068992
No related branches found
No related tags found
No related merge requests found
Changes between 3.5.3 Beta 2 and 3.5.3:
------------------
* Fix permission check on Android 12
Changes between 3.5.3 Beta 1 and 3.5.3 Beta 2:
------------------
* Fix the video playlist mode on TV
......
......@@ -38,8 +38,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionCode = 3050220
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.3 Beta 2'
versionCode = 3050300
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.3'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap1' :'4.0.0-eap4'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc1' : '0.13.13-vlc4-rc1'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment