[Android] Fix build (see https://code.google.com/p/android/issues/detail?id=211805)
Sébastien Toque
git at videolan.org
Thu Jan 12 07:26:39 CET 2017
vlc-android | branch: master | Sébastien Toque <xilasz at gmail.com> | Thu Jan 12 07:21:48 2017 +0100| [6087da2e4a7b88fb1d1dee3d338f08c03d020ce5] | committer: Sébastien Toque
Fix build (see https://code.google.com/p/android/issues/detail?id=211805)
> https://code.videolan.org/videolan/vlc-android/commit/6087da2e4a7b88fb1d1dee3d338f08c03d020ce5
---
vlc-android/AndroidManifest.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 289af20..3803844 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -77,7 +77,7 @@
android:logo="@drawable/icon"
android:theme="@style/Theme.VLC.Transparent"
android:supportsRtl="true"
- tools:targetApi="lollipop">
+ tools:targetAPI="lollipop">
<!-- Enable VLC in Samsung multiwindow mode -->
<meta-data android:name="com.samsung.android.sdk.multiwindow.enable" android:value="true" />
More information about the Android
mailing list