From 08fb2a9dd17d21bde4a4aa60d2c3aade148b00f7 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 13 Feb 2015 10:13:17 -0800 Subject: [PATCH] Update Android version info --- doc/versions.inc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index 498aa72adc..f49f5acb04 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -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
We recommend that, rather than downloading BOINC from here,
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
We recommend that, rather than downloading BOINC from here,
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, ) );