Skip to content

Commit

Permalink
Fix dictionary download
Browse files Browse the repository at this point in the history
This hopefully fixes yolosec#3. Downloading works on my test device.
  • Loading branch information
iw0nderhow committed Oct 25, 2018
1 parent 5e1eac7 commit 078e5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/routerKeygen/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission-sdk-23 android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="22"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

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

0 comments on commit 078e5f5

Please sign in to comment.