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 &lt;Unknown&gt;
This commit is contained in:
Joey Hess 2013-07-23 17:36:38 -04:00
parent 54e0bd55b4
commit cb8feb7be0

View file

@ -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 -&gt; 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