Add the Android package to the download all page for those Android devices that are not attached to the various app stores

This commit is contained in:
Rom Walton 2013-07-22 13:00:09 -04:00
parent ad6ea27471
commit cdf9c8f4b2
1 changed files with 17 additions and 0 deletions

View File

@ -251,6 +251,14 @@ $l70ubuntux64old = array(
"type"=>"sea",
);
$a72 = array(
"num"=>"7.2.7",
"status"=>"Recommended Version",
"file"=>"boinc_7.2.7_arm-android-linux-gnu.apk",
"date"=>"22 July 2013",
"type"=>"apk",
);
// platform descriptors. For each one, "versions"
// lists versions in reverse time order.
// i.e. the first non-dev version is the current one
@ -338,6 +346,15 @@ $linuxcompat = array(
)
);
$android = array(
"name"=>"Android 2.3.3 or better",
"description"=>"BOINC client for use with all Android devices",
"dbname" => "arm-android-linux-gnu",
"versions"=>array(
$a72,
)
);
$platforms = array(
"win"=>$windows,
"winx64"=>$windowsx64,