mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
Set VERSION to 3.3.0 (via coho)
This commit is contained in:
parent
81ed0d8d09
commit
446202d2a9
@ -20,6 +20,6 @@
|
||||
*/
|
||||
|
||||
// Coho updates this line:
|
||||
var VERSION = "3.3.0-rc1";
|
||||
var VERSION = "3.3.0";
|
||||
|
||||
console.log(VERSION);
|
||||
|
@ -68,7 +68,7 @@ import android.widget.FrameLayout;
|
||||
public class CordovaWebView extends WebView {
|
||||
|
||||
public static final String TAG = "CordovaWebView";
|
||||
public static final String CORDOVA_VERSION = "3.3.0-rc1";
|
||||
public static final String CORDOVA_VERSION = "3.3.0";
|
||||
|
||||
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
|
||||
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();
|
||||
|
Loading…
Reference in New Issue
Block a user