mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
Incrementing version to 2.3.0 final
This commit is contained in:
parent
6efeb1471c
commit
7c069f14f8
@ -33,7 +33,7 @@
|
|||||||
<p class="event received">Device is Ready</p>
|
<p class="event received">Device is Ready</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript" src="cordova-2.3.0rc2.js"></script>
|
<script type="text/javascript" src="cordova-2.3.0.js"></script>
|
||||||
<script type="text/javascript" src="js/index.js"></script>
|
<script type="text/javascript" src="js/index.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
app.initialize();
|
app.initialize();
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// commit 4301bc92e237b59d5515bd7758ab289e454168cb
|
// commit 4082ee0ba3a8902cba7bd087d0584bb7534e694b
|
||||||
|
|
||||||
// File generated at :: Mon Dec 10 2012 14:13:09 GMT-0800 (PST)
|
// File generated at :: Wed Jan 02 2013 16:43:38 GMT-0800 (PST)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Licensed to the Apache Software Foundation (ASF) under one
|
Licensed to the Apache Software Foundation (ASF) under one
|
||||||
@ -6420,12 +6420,12 @@ window.cordova = require('cordova');
|
|||||||
|
|
||||||
// Drop the common globals into the window object, but be nice and don't overwrite anything.
|
// Drop the common globals into the window object, but be nice and don't overwrite anything.
|
||||||
builder.buildIntoButDoNotClobber(base.defaults, context);
|
builder.buildIntoButDoNotClobber(base.defaults, context);
|
||||||
builder.buildIntoAndMerge(base.merges, context);
|
|
||||||
builder.buildIntoAndClobber(base.clobbers, context);
|
builder.buildIntoAndClobber(base.clobbers, context);
|
||||||
|
builder.buildIntoAndMerge(base.merges, context);
|
||||||
|
|
||||||
builder.buildIntoButDoNotClobber(platform.defaults, context);
|
builder.buildIntoButDoNotClobber(platform.defaults, context);
|
||||||
builder.buildIntoAndMerge(platform.merges, context);
|
|
||||||
builder.buildIntoAndClobber(platform.clobbers, context);
|
builder.buildIntoAndClobber(platform.clobbers, context);
|
||||||
|
builder.buildIntoAndMerge(platform.merges, context);
|
||||||
|
|
||||||
// Call the platform-specific initialization
|
// Call the platform-specific initialization
|
||||||
platform.initialize();
|
platform.initialize();
|
||||||
|
@ -39,7 +39,7 @@ import android.telephony.TelephonyManager;
|
|||||||
public class Device extends CordovaPlugin {
|
public class Device extends CordovaPlugin {
|
||||||
public static final String TAG = "Device";
|
public static final String TAG = "Device";
|
||||||
|
|
||||||
public static String cordovaVersion = "2.3.0rc2"; // Cordova version
|
public static String cordovaVersion = "2.3.0"; // Cordova version
|
||||||
public static String platform = "Android"; // Device OS
|
public static String platform = "Android"; // Device OS
|
||||||
public static String uuid; // Device UUID
|
public static String uuid; // Device UUID
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user