mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
Setting version as 1.0.0rc1
This commit is contained in:
parent
22a9cabeb9
commit
a235513991
@ -5,7 +5,7 @@
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||||
<title>PhoneGap</title>
|
||||
<link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8">
|
||||
<script type="text/javascript" charset="utf-8" src="phonegap-0.9.6.1.js"></script>
|
||||
<script type="text/javascript" charset="utf-8" src="phonegap-1.0.0rc1.min.js"></script>
|
||||
<script type="text/javascript" charset="utf-8" src="main.js"></script>
|
||||
|
||||
</head>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<script src="phonegap-0.9.6.1.min.js"></script>
|
||||
<script src="phonegap-1.0.0rc1.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
2
framework/src/com/phonegap/Device.java
Executable file → Normal file
2
framework/src/com/phonegap/Device.java
Executable file → Normal file
@ -18,7 +18,7 @@ import android.provider.Settings;
|
||||
|
||||
public class Device extends Plugin {
|
||||
|
||||
public static String phonegapVersion = "0.9.6.1"; // PhoneGap version
|
||||
public static String phonegapVersion = "1.0.0rc1"; // PhoneGap version
|
||||
public static String platform = "Android"; // Device OS
|
||||
public static String uuid; // Device UUID
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user