Bump app version to 3.4.3 Beta 2

This commit is contained in:
Nicolas Pomepuy 2021-10-28 07:22:09 +02:00
parent f2aef14a46
commit 3c9b2b5f82
2 changed files with 7 additions and 2 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
Changes between 3.4.3 Beta 1 and 3.4.3 Beta 2:
------------------
* Translation update
* Crash fixes
Changes between 3.4.2 and 3.4.3 Beta 1:
------------------
* Crash fixes

View File

@ -32,8 +32,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionName = '3.4.3 Beta 1'
versionCode = 3040210
versionName = '3.4.3 Beta 2'
versionCode = 3040220
libvlcVersion = '3.4.5'
medialibraryVersion = '0.9.5'
minSdkVersion = 17