DOC: Bump to 7.4.53 Android release

Mention new architectures
This commit is contained in:
GITNE 2016-07-24 15:57:37 +02:00
parent f5c64abac0
commit d226b7fa56
1 changed files with 4 additions and 4 deletions

View File

@ -298,10 +298,10 @@ $a74dev = array(
); );
$a74 = array( $a74 = array(
"num"=>"7.4.41", "num"=>"7.4.53",
"status"=>"Recommended Version", "status"=>"Recommended Version",
"file"=>"boinc_7.4.41.apk", "file"=>"boinc_7.4.53.apk",
"date"=>"22 Jan 2015", "date"=>"3 Jul 2016",
"type"=>"apk", "type"=>"apk",
); );
@ -402,7 +402,7 @@ $linuxcompat = array(
$android = array( $android = array(
"name"=>"Android", "name"=>"Android",
"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)", "description"=>"Android version 4.1 and later for ARM, AArch64, MIPS, MIPS64, x86, and x86_64<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", "dbname" => "arm-android-linux-gnu",
"versions"=>array( "versions"=>array(
$a74dev, $a74dev,