mirror of https://github.com/BOINC/boinc.git
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:
parent
ad6ea27471
commit
cdf9c8f4b2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue