mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 14:32:53 +08:00
Prep for 2.6.0 final
This commit is contained in:
parent
d1932ad473
commit
34b606b9fc
@ -19,7 +19,7 @@
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta charset="utf-8" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
|
||||
<link rel="stylesheet" type="text/css" href="css/index.css" />
|
||||
@ -33,7 +33,7 @@
|
||||
<p class="event received">Device is Ready</p>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript" src="cordova-2.6.0rc1.js"></script>
|
||||
<script type="text/javascript" src="cordova-2.6.0.js"></script>
|
||||
<script type="text/javascript" src="js/index.js"></script>
|
||||
<script type="text/javascript">
|
||||
app.initialize();
|
||||
|
@ -1,8 +1,8 @@
|
||||
// Platform: android
|
||||
|
||||
// commit 104709b2130a29e7ad8596d1a6cee1ed48138803
|
||||
// commit 125dca530923a44a8f44f68f5e1970cbdd4e7faf
|
||||
|
||||
// File generated at :: Wed Mar 27 2013 13:25:10 GMT-0700 (PDT)
|
||||
// File generated at :: Mon Apr 01 2013 13:28:03 GMT-0700 (PDT)
|
||||
|
||||
/*
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
@ -6783,4 +6783,4 @@ window.cordova = require('cordova');
|
||||
|
||||
|
||||
|
||||
})();
|
||||
})();
|
||||
|
@ -19,7 +19,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<script src="cordova-2.6.0rc1.js"></script>
|
||||
<script src="cordova-2.6.0.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -38,7 +38,7 @@ import android.telephony.TelephonyManager;
|
||||
public class Device extends CordovaPlugin {
|
||||
public static final String TAG = "Device";
|
||||
|
||||
public static String cordovaVersion = "2.6.0rc1"; // Cordova version
|
||||
public static String cordovaVersion = "2.6.0"; // Cordova version
|
||||
public static String platform = "Android"; // Device OS
|
||||
public static String uuid; // Device UUID
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user