From 91b2b8e498114a6bc721d7b8550bf8adf56e424b Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 10 Oct 2013 11:17:47 -0400 Subject: [PATCH] DOC: Update Android release and dev builds --- doc/versions.inc | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index 328ba09f54..df3f4081f1 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -253,11 +253,19 @@ $l70ubuntux64old = array( "type"=>"sea", ); +$a72dev = array( + "num"=>"7.2.20", + "status"=>"Development Version", + "file"=>"boinc_7.2.20_arm-android-linux-gnu.apk", + "date"=>"10 Oct 2013", + "type"=>"apk", +); + $a72 = array( - "num"=>"7.2.7", + "num"=>"7.2.15", "status"=>"Recommended Version", - "file"=>"boinc_7.2.7_arm-android-linux-gnu.apk", - "date"=>"22 July 2013", + "file"=>"boinc_7.2.15_arm-android-linux-gnu.apk", + "date"=>"10 Oct 2013", "type"=>"apk", ); @@ -352,6 +360,7 @@ $android = array( "description"=>"Android version 2.3 and later
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( + $a72dev, $a72, ) );