mirror of https://github.com/BOINC/boinc.git
Update Android version info
This commit is contained in:
parent
7b335407ec
commit
08fb2a9dd1
|
@ -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,
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue