Skip to content

Commit

Permalink
moveable to SD card
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed May 2, 2017
1 parent e0b4d36 commit 0dbfa43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.purplei2p.i2pd"
android:versionCode="1"
android:versionName="2.13.0">
android:versionName="2.13.0"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="25"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down

0 comments on commit 0dbfa43

Please sign in to comment.