mirror of
https://github.com/apache/cordova-android.git
synced 2026-02-10 00:03:01 +08:00
CB-5284 Fixing the version from coho
Fixing the hardcoded versions, it got auto-incremented by accident.
This commit is contained in:
@@ -20,6 +20,6 @@
|
||||
*/
|
||||
|
||||
// Coho updates this line:
|
||||
var VERSION = "2.10.0-dev";
|
||||
var VERSION = "3.2.0-dev";
|
||||
|
||||
console.log(VERSION);
|
||||
|
||||
@@ -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