Skip to content

Commit

Permalink
Fix min SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRulesJustFeels authored Aug 8, 2016
1 parent 1b38e67 commit 1933cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
android:versionName="3.0">

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

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

0 comments on commit 1933cb3

Please sign in to comment.