diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index 267b88829..606100e10 100644 --- a/tns-core-modules/package.json +++ b/tns-core-modules/package.json @@ -24,12 +24,12 @@ "license": "Apache-2.0", "typings": "tns-core-modules.d.ts", "dependencies": { - "tns-core-modules-widgets": "2.1.3" + "tns-core-modules-widgets": "2.1.4" }, "nativescript": { "platforms": { "ios": "2.1.0", - "android": "2.1.0" + "android": "2.1.1" } } }