diff options
Diffstat (limited to 'tests/VectorDrawableTest/AndroidManifest.xml')
-rw-r--r-- | tests/VectorDrawableTest/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/VectorDrawableTest/AndroidManifest.xml b/tests/VectorDrawableTest/AndroidManifest.xml index 06effe2..28c5f33 100644 --- a/tests/VectorDrawableTest/AndroidManifest.xml +++ b/tests/VectorDrawableTest/AndroidManifest.xml @@ -17,7 +17,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.test.dynamic" > - <uses-sdk android:minSdkVersion="11" /> + <uses-sdk android:minSdkVersion="20" /> <application android:hardwareAccelerated="true" |