temporarily use http for android download links, until we can determine why https fails on android
<puck> joeyh: Also, I still can't download the daily Android apk to my phone. I can browse the download area via https site just fine. But I'm told that my download was unsuccessful. No error messages. :( <puck> In the download list it has <Unknown>
This commit is contained in:
parent
54e0bd55b4
commit
cb8feb7be0
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@ Now git-annex can be used on Android!
|
|||
First, ensure your Android device is configured to allow installation
|
||||
of the app. Go to Setup -> Security, and enable "Unknown Sources".
|
||||
|
||||
[Download the git-annex.apk](https://downloads.kitenet.net/git-annex/android/current/)
|
||||
[Download the git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/)
|
||||
onto your Android device, and open it to install.
|
||||
|
||||
## autobuilds
|
||||
|
||||
A daily build is also available.
|
||||
|
||||
* [download apk](https://downloads.kitenet.net/git-annex/autobuild/android/git-annex.apk) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/android/))
|
||||
* [download apk](http://downloads.kitenet.net/git-annex/autobuild/android/git-annex.apk) ([build logs](http://downloads.kitenet.net/git-annex/autobuild/android/))
|
||||
|
||||
## building it yourself
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue