mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
Tagging the 2.2.0 release after this commit
This commit is contained in:
parent
bdd5a4e053
commit
e55327b064
@ -33,7 +33,7 @@
|
||||
<p class="event received">Device is Ready</p>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript" src="cordova-2.2.0rc2.js"></script>
|
||||
<script type="text/javascript" src="cordova-2.2.0.js"></script>
|
||||
<script type="text/javascript" src="js/index.js"></script>
|
||||
<script type="text/javascript">
|
||||
app.initialize();
|
||||
|
@ -1,6 +1,6 @@
|
||||
// commit d819e1e60599c12ac831379b06bba9110e9f1790
|
||||
// commit 02b91c5313ff37d74a58f71775170afd360f4a1f
|
||||
|
||||
// File generated at :: Fri Oct 26 2012 16:03:51 GMT-0400 (EDT)
|
||||
// File generated at :: Wed Oct 31 2012 10:40:25 GMT-0700 (PDT)
|
||||
|
||||
/*
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
@ -2850,7 +2850,7 @@ FileTransfer.prototype.download = function(source, target, successCallback, erro
|
||||
errorCallback(error);
|
||||
};
|
||||
|
||||
exec(win, errorCallback, 'FileTransfer', 'download', [source, target, trustAllHosts, this._id]);
|
||||
exec(win, fail, 'FileTransfer', 'download', [source, target, trustAllHosts, this._id]);
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -19,7 +19,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<script src="cordova-2.2.0rc2.js"></script>
|
||||
<script src="cordova-2.2.0.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -39,7 +39,7 @@ import android.telephony.TelephonyManager;
|
||||
public class Device extends CordovaPlugin {
|
||||
public static final String TAG = "Device";
|
||||
|
||||
public static String cordovaVersion = "2.2.0rc2"; // Cordova version
|
||||
public static String cordovaVersion = "2.2.0"; // Cordova version
|
||||
public static String platform = "Android"; // Device OS
|
||||
public static String uuid; // Device UUID
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user