forked from github/cordova-android
CB-5284 Fixing the version from coho
Fixing the hardcoded versions, it got auto-incremented by accident.
This commit is contained in:
@@ -61,7 +61,7 @@ public class CordovaWebView extends WebView {
|
||||
|
||||
public static final String TAG = "CordovaWebView";
|
||||
|
||||
public static final String CORDOVA_VERSION = "2.10.0-dev";
|
||||
public static final String CORDOVA_VERSION = "3.2.0-dev";
|
||||
|
||||
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
|
||||
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();
|
||||
|
||||
Reference in New Issue
Block a user