mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
Set VERSION to 3.6.0-dev (via coho)
This commit is contained in:
parent
7c63b30de1
commit
1dcba51092
@ -20,6 +20,6 @@
|
||||
*/
|
||||
|
||||
// Coho updates this line:
|
||||
var VERSION = "3.5.0-dev";
|
||||
var VERSION = "3.6.0-dev";
|
||||
|
||||
console.log(VERSION);
|
||||
|
@ -17,6 +17,9 @@ public interface CordovaWebView {
|
||||
Object pluginManager = null;
|
||||
Object jsMessageQueue = null;
|
||||
|
||||
public static final String TAG = "CordovaWebView";
|
||||
public static final String CORDOVA_VERSION = "3.6.0-dev";
|
||||
|
||||
View getView();
|
||||
|
||||
CordovaWebViewClient makeWebViewClient();
|
||||
|
@ -3,7 +3,7 @@
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="gen"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
||||
<classpathentry kind="output" path="bin/classes"/>
|
||||
</classpath>
|
||||
|
Loading…
Reference in New Issue
Block a user