Bump app to 3.4.1 Beta 3

This commit is contained in:
Nicolas Pomepuy 2021-10-06 11:05:26 +02:00
parent 13b8de3703
commit d3df81dcfb
2 changed files with 7 additions and 2 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
Changes between 3.4.0 Beta 2 and 3.4.1 Beta 3:
------------------
* Playback fixes
* Crash fixes
Changes between 3.4.0 Beta 1 and 3.4.1 Beta 2:
------------------
* Crash fixes

View File

@ -32,8 +32,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionName = '3.4.1 Beta 2'
versionCode = 3040020
versionName = '3.4.1 Beta 3'
versionCode = 3040030
libvlcVersion = '3.4.3'
medialibraryVersion = '0.9.3'
minSdkVersion = 17