Bump app to 3.4.2

This commit is contained in:
Nicolas Pomepuy 2021-10-15 11:05:08 +02:00
parent 7c9cd1a804
commit 25fee5db0c
2 changed files with 7 additions and 2 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
Changes between 3.4.1 and 3.4.2:
------------------
* Fix loading of media when opening the app
* Crash fixes
Changes between 3.4.0 Beta 3 and 3.4.1:
------------------
* Playback fix for TV

View File

@ -32,8 +32,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionName = '3.4.1'
versionCode = 3040100
versionName = '3.4.2'
versionCode = 3040200
libvlcVersion = '3.4.4'
medialibraryVersion = '0.9.4'
minSdkVersion = 17