Skip to content

Commit

Permalink
Merge pull request #12 from JKtheSlacker/master
Browse files Browse the repository at this point in the history
Allow option to install to SD Card
  • Loading branch information
zielmicha committed Apr 2, 2014
2 parents 0afb727 + c488fb7 commit c5eb02a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/project/AndroidManifest.xml
Expand Up @@ -2,7 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="pl.org.zielinscy.freeciv.debug"
android:versionCode="1"
android:versionName="1.0">
android:versionName="1.0"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="10" />
<uses-feature android:glEsVersion="0x00020000" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit c5eb02a

Please sign in to comment.