Browse Source

New version 3.3.0 RC 4

3.3.x
Nicolas Pomepuy 6 years ago
parent
commit
b9b3ad9157
  1. 9
      NEWS
  2. 4
      build.gradle

9
NEWS

@ -1,3 +1,12 @@
Changes between 3.3.0-RC3 and 3.3.0-RC4:
------------------
Application:
* Prevent unwanted notifications
* Fix some streams not playing
* Fix midi not considered as audio media
* Some UI fixes
Changes between 3.3.0-beta-07 and 3.3.0-RC1:
------------------

4
build.gradle

@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionName = '3.3.0 RC 3'
versionCode = 3029100
versionName = '3.3.0 RC 4'
versionCode = 3029200
libvlcVersion = '3.3.0-eap17'
medialibraryVersion = '0.7.0-eap17'
minSdkVersion = 17

Loading…
Cancel
Save