[Android] On the road to 1.3.2
Jean-Baptiste Kempf
git at videolan.org
Thu Apr 30 10:11:23 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 30 10:11:09 2015 +0200| [66d32b3ae03811ff1ec19917bc0d2ee12571fecf] | committer: Jean-Baptiste Kempf
On the road to 1.3.2
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=66d32b3ae03811ff1ec19917bc0d2ee12571fecf
---
NEWS | 4 ++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 065aea4..e1f04c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 1.3.1 and 1.3.2:
+--------------------------------
+
+
Changes between 1.3.0 and 1.3.1:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index c9fee57..8952378 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.videolan.vlc"
android:installLocation="auto"
- android:versionCode="01030100"
- android:versionName="1.3.1" >
+ android:versionCode="01030200"
+ android:versionName="1.3.2" >
<!--
versionCode scheme is T M NN RR AA
T: Target/Flavour (0 for Android, 1 for ATV, 2 for Chrome?)
More information about the Android
mailing list