mirror of
https://github.com/videolan/vlc-android
synced 2024-11-27 11:53:56 +08:00
On the road to 1.2.3
This commit is contained in:
parent
12f9c6018a
commit
9bc6156d79
11
NEWS
11
NEWS
@ -1,4 +1,13 @@
|
||||
Changes between 1.2.0 and 1.2.1:
|
||||
Changes between 1.2.2 and 1.2.3:
|
||||
--------------------------------
|
||||
|
||||
Application:
|
||||
* Fix material alignment
|
||||
* Support chapter selection
|
||||
* Fix directory context menu
|
||||
|
||||
|
||||
Changes between 1.2.1 and 1.2.2:
|
||||
--------------------------------
|
||||
|
||||
Core:
|
||||
|
@ -2,8 +2,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.videolan.vlc"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="01020200"
|
||||
android:versionName="1.2.2" >
|
||||
android:versionCode="01020300"
|
||||
android:versionName="1.2.3" >
|
||||
<!--
|
||||
versionCode scheme is T M NN RR AA
|
||||
T: Target/Flavour (0 for Android, 1 for ATV, 2 for Chrome?)
|
||||
|
Loading…
Reference in New Issue
Block a user