Skip to content

Commit

Permalink
Removing support for 2.2 since it's lost so much market share.
Browse files Browse the repository at this point in the history
  • Loading branch information
btate committed Aug 5, 2013
1 parent 68278ff commit 57f54c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk android:minSdkVersion="8"
android:targetSdkVersion="15" />
<uses-sdk android:minSdkVersion="10"
android:targetSdkVersion="17" />

<application
android:icon="@drawable/ic_launcher"
Expand Down

0 comments on commit 57f54c7

Please sign in to comment.