Set VERSION to 3.6.0-dev (via coho)

This commit is contained in:
Joe Bowser
2014-05-06 15:51:14 -07:00
parent 7c63b30de1
commit 1dcba51092
4 changed files with 6 additions and 3 deletions
@@ -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();