mirror of https://github.com/BOINC/boinc.git
DOC: Add development version of Android build to download page.
This commit is contained in:
parent
28bb2a90c4
commit
76564466e4
|
@ -228,18 +228,18 @@ $l70ubuntux64 = array(
|
||||||
);
|
);
|
||||||
|
|
||||||
$a74dev = array(
|
$a74dev = array(
|
||||||
"num"=>"7.4.14",
|
"num"=>"7.4.30",
|
||||||
"status"=>"Development Version",
|
"status"=>"Development Version",
|
||||||
"file"=>"boinc_7.4.14.apk",
|
"file"=>"boinc_7.4.30.apk",
|
||||||
"date"=>"11 Aug 2014",
|
"date"=>"24 Nov 2014",
|
||||||
"type"=>"apk",
|
"type"=>"apk",
|
||||||
);
|
);
|
||||||
|
|
||||||
$a73 = array(
|
$a74 = array(
|
||||||
"num"=>"7.3.7",
|
"num"=>"7.4.14",
|
||||||
"status"=>"Recommended Version",
|
"status"=>"Recommended Version",
|
||||||
"file"=>"boinc_7.3.7.apk",
|
"file"=>"boinc_7.4.14.apk",
|
||||||
"date"=>"3 Mar 2014",
|
"date"=>"11 Aug 2014",
|
||||||
"type"=>"apk",
|
"type"=>"apk",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -340,7 +340,7 @@ $android = array(
|
||||||
"dbname" => "arm-android-linux-gnu",
|
"dbname" => "arm-android-linux-gnu",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$a74dev,
|
$a74dev,
|
||||||
$a73,
|
$a74,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue