Browse Source

New 3.3.0 RC1 version

3.3.x 3.2.88
Nicolas Pomepuy 6 years ago
parent
commit
ae229f1ea3
  1. 8
      NEWS
  2. 4
      build.gradle

8
NEWS

@ -1,3 +1,11 @@
Changes between 3.3.0-beta-07 and 3.3.0-RC1:
------------------
Application:
* Sponsorship added. You can now support VLC Android!
* New UI for subtitles download
* New UI for subtitles picker
Changes between 3.3.0-beta-06 and 3.3.0-beta-07:
------------------

4
build.gradle

@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionName = '3.3.0 Beta 7'
versionCode = 3028700
versionName = '3.3.0 RC 1'
versionCode = 3028800
libvlcVersion = '3.3.0-eap15'
medialibraryVersion = '0.7.0-eap15'
minSdkVersion = 17

Loading…
Cancel
Save