New 3.3.3 version

This commit is contained in:
Nicolas Pomepuy 2020-12-15 11:34:41 +01:00
parent df3d942822
commit ff682bd796
2 changed files with 11 additions and 2 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
Changes between 3.3.3 Beta 4 and 3.3.3:
------------------
* Fix scrolling issues
* Fix media not updated during a scan
* Fix the action button visibility
* Improve descriptions for Android Auto and streams
* Crash fixes
Changes between 3.3.3 Beta 3 and 3.3.3 Beta 4:
------------------

View File

@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionName = '3.3.3 Beta 4'
versionCode = 3030270
versionName = '3.3.3'
versionCode = 3030300
libvlcVersion = '3.3.11'
medialibraryVersion = '0.7.10'
minSdkVersion = 17