Skip to content

Commit

Permalink
Fixup manifest for FileManagerTheme app to be compatible with CM9 / ICS
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike C committed Nov 19, 2012
1 parent 24d5db5 commit 938cb2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

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

<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="16" />
<!-- Updated to be 14 for CM9 / ICS compatibility -->
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />

<application
android:name=".ThemeActivity"
Expand Down

0 comments on commit 938cb2f

Please sign in to comment.