diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-12 14:24:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-12 14:24:53 -0400 |
commit | 6b1536a9af254d4f010fcc8acf11262154b90bdd (patch) | |
tree | 4fec56faf10a12c9f716838a2c923d3c86cd5aa9 /doc/install | |
parent | ef4d1f04322d9af0239222e13cd782d01c1e6d05 (diff) |
separate android 4.0 and 4.3 builds needed
Also, parameterize the abdroid abi version
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/Android.mdwn | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/install/Android.mdwn b/doc/install/Android.mdwn index c39d11568..e7eac8b3c 100644 --- a/doc/install/Android.mdwn +++ b/doc/install/Android.mdwn @@ -7,15 +7,20 @@ 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](http://downloads.kitenet.net/git-annex/android/current/) -onto your Android device, and open it to install. +Then download the git-annex.apk for your version of Android, and +open it to install. + +* [Android 4.4 and 4.3 git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/4.3/git-annex.apk) +* [Android 4.0 to 4.2 git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/4.0/git-annex.apk) ## autobuilds A daily build is also available, thanks to Mesar Hameed and the University of Bath CS department. -* [download apk](http://downloads.kitenet.net/git-annex/autobuild/android/git-annex.apk) ([build logs](http://downloads.kitenet.net/git-annex/autobuild/android/)) +* [Android 4.4 and 4.3 git-annex.apk](http://downloads.kitenet.net/git-annex/autobuild/android/4.3/git-annex.apk) +* [Android 4.0 and 4.2 git-annex.apk](http://downloads.kitenet.net/git-annex/autobuild/android/4.0/git-annex.apk) +* [build logs](http://downloads.kitenet.net/git-annex/autobuild/android/) ## building it yourself |