Skip to content
Snippets Groups Projects
Commit fc7bbbd9 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Set minSdk for API module

parent 40e96119
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.videolan.vlc.plugin.api">
<uses-sdk android:minSdkVersion="8" />
<application android:allowBackup="true" android:label="@string/app_name"
android:supportsRtl="true">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment