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

Upgrade api AppCompat version

parent aba9809a
No related branches found
No related tags found
No related merge requests found
......@@ -42,5 +42,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:appcompat-v7:24.2.1'
}
......@@ -24,7 +24,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.videolan.vlc.plugin.api">
<uses-sdk android:minSdkVersion="8" />
<uses-sdk android:minSdkVersion="9" />
<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