Skip to content

Commit

Permalink
Update tests to use API Level 14 (CM9 / ICS compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike C committed Nov 23, 2012
1 parent 6e6ea76 commit 508ca2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<original-package android:name="com.cyanogenmod.filemanager.test" />

<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="16" />
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Expand Down

0 comments on commit 508ca2b

Please sign in to comment.