Browse Source

1.7.5

1.7.x 1.7.5
Jean-Baptiste Kempf 11 years ago
parent
commit
58181046e7
  1. 9
      NEWS
  2. 4
      vlc-android/AndroidManifest.xml

9
NEWS

@ -1,3 +1,12 @@
Changes between 1.7.4 and 1.7.5:
--------------------------------
Application:
* Fix sleep issue using HDMI/Second screens
* Fix sleep issue after using the resume dialog
* Fix 'save playlist' dialog look
Changes between 1.7.3 and 1.7.4:
--------------------------------

4
vlc-android/AndroidManifest.xml

@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.videolan.vlc"
android:installLocation="auto"
android:versionCode="01070400"
android:versionName="1.7.4">
android:versionCode="01070500"
android:versionName="1.7.5">
<!--
versionCode scheme is T M NN RR AA
T: Target/Flavour (0 for Android, 1 for ATV, 2 for Chrome?)

Loading…
Cancel
Save