Update Android version info

This commit is contained in:
David Anderson 2015-02-13 10:13:17 -08:00
parent 7b335407ec
commit 08fb2a9dd1
1 changed files with 4 additions and 5 deletions

View File

@ -228,10 +228,10 @@ $a74dev = array(
);
$a74 = array(
"num"=>"7.4.14",
"num"=>"7.4.41",
"status"=>"Recommended Version",
"file"=>"boinc_7.4.14.apk",
"date"=>"11 Aug 2014",
"file"=>"boinc_7.4.41.apk",
"date"=>"22 Jan 2015",
"type"=>"apk",
);
@ -326,10 +326,9 @@ $linuxcompat = array(
$android = array(
"name"=>"Android",
"description"=>"Android version 2.3 and later for ARM, MIPS, or x86<br>We recommend that, rather than downloading BOINC from here,</br>you get it from the Google Play Store or the Amazon app store (for Kindle Fire)",
"description"=>"Android version 4.1 and later for ARM, MIPS, or x86<br>We recommend that, rather than downloading BOINC from here,</br>you get it from the Google Play Store or the Amazon app store (for Kindle Fire)",
"dbname" => "arm-android-linux-gnu",
"versions"=>array(
$a74dev,
$a74,
)
);