diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-12 09:09:00 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-12 09:09:00 +0100 |
commit | 4c2206c97250b7f72eb04d13ae886a7fb4f4086a (patch) | |
tree | a81d2649bd2bf4eb0fe2e2acb64815d383fe8dd1 /www/cordova-independent.js | |
parent | 8c81bd47bbe3ed65a55a2c5fd376bfd726bd6777 (diff) |
update android to phonegap 2.9
Diffstat (limited to 'www/cordova-independent.js')
-rw-r--r-- | www/cordova-independent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cordova-independent.js b/www/cordova-independent.js index e35d16e..26d2026 100644 --- a/www/cordova-independent.js +++ b/www/cordova-independent.js @@ -4,7 +4,7 @@ if (navigator.userAgent.match(/(iPhone|iPod|iPad)/)) { scriptElement.src = 'cordova-ios-2.9.0.js'; } else if (navigator.userAgent.match(/Android/)) { - scriptElement.src = 'cordova-android-2.5.0.js'; + scriptElement.src = 'cordova-android-2.9.0.js'; } else { alert("Unknown platform - userAgent is: " + navigator.userAgent); } |