diff --git a/package.json b/package.json index 2497d75c8..18247d938 100644 --- a/package.json +++ b/package.json @@ -46,12 +46,12 @@ }, "typings": "tns-core-modules.d.ts", "dependencies": { - "tns-core-modules-widgets": "1.7.0" + "tns-core-modules-widgets": "2.0.0" }, "nativescript": { "platforms": { - "ios": "1.6.0", - "android": "1.6.2" + "ios": "2.0.0", + "android": "2.0.0" } } }