Skip to content

Commit

Permalink
Fix required permission to be for all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
idunnololz committed Dec 8, 2014
1 parent 0752ca4 commit 93bb9d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
package="com.ggstudios.lolcraft">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="18" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

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

0 comments on commit 93bb9d7

Please sign in to comment.