Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Drop minimum Android version support to 2.3 since there is …
…a /bunch/ of people asking for it.
  • Loading branch information
Sonicadvance1 committed May 26, 2013
1 parent 92bea77 commit 4a3bbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Android/AndroidManifest.xml
Expand Up @@ -4,7 +4,7 @@
android:versionCode="2"
android:versionName="0.2" >

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

<uses-feature android:glEsVersion="0x00020000"></uses-feature>
<uses-feature android:name="android.hardware.screen.landscape" />
Expand Down

0 comments on commit 4a3bbf6

Please sign in to comment.