mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
Tagging 2.4.0rc2
This commit is contained in:
parent
381ce535bf
commit
d29eb84010
@ -33,7 +33,7 @@
|
||||
<p class="event received">Device is Ready</p>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript" src="cordova-2.4.0rc1.js"></script>
|
||||
<script type="text/javascript" src="cordova-2.4.0rc2.js"></script>
|
||||
<script type="text/javascript" src="js/index.js"></script>
|
||||
<script type="text/javascript">
|
||||
app.initialize();
|
||||
|
@ -1,6 +1,8 @@
|
||||
// commit 71223711fb1591b1255d871140d959fd9095f0c3
|
||||
// Platform: android
|
||||
|
||||
// File generated at :: Mon Jan 21 2013 13:45:08 GMT-0800 (PST)
|
||||
// commit e784eee3ce02dbd475e3c3f70031668f1706f2ec
|
||||
|
||||
// File generated at :: Wed Jan 30 2013 09:20:09 GMT-0500 (EST)
|
||||
|
||||
/*
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
|
@ -19,7 +19,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<script src="cordova-2.4.0rc1.js"></script>
|
||||
<script src="cordova-2.4.0rc2.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.4.0rc1"; // Cordova version
|
||||
public static String cordovaVersion = "2.4.0rc2"; // Cordova version
|
||||
public static String platform = "Android"; // Device OS
|
||||
public static String uuid; // Device UUID
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user