From 08a26575e308ab17d058a84e1e2ac86f32bbd0f9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 8 Jan 2015 19:29:17 -0400 Subject: [PATCH] added android 5.0 build --- Build/DistributionUpdate.hs | 2 +- doc/install/Android.mdwn | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index d7fb373c8c..4111215688 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -32,7 +32,7 @@ signingKey = "89C809CB" autobuilds :: [(URLString, FilePath)] autobuilds = (map linuxarch ["i386", "amd64", "armel"]) ++ - (map androidversion ["4.0", "4.3"]) ++ + (map androidversion ["4.0", "4.3", "5.0"]) ++ [ (autobuild "x86_64-apple-yosemite/git-annex.dmg", "git-annex/OSX/current/10.10_Yosemite/git-annex.dmg") , (autobuild "windows/git-annex-installer.exe", "git-annex/windows/current/git-annex-installer.exe") ] diff --git a/doc/install/Android.mdwn b/doc/install/Android.mdwn index 036d19babd..62ecfb6381 100644 --- a/doc/install/Android.mdwn +++ b/doc/install/Android.mdwn @@ -10,6 +10,7 @@ of the app. Go to Setup -> Security, and enable "Unknown Sources". Then download the git-annex.apk for your version of Android, and open it to install. +* [Android 5.0 git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/5.0/git-annex.apk) * [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)