diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index a2395d0d5..c1c2af17b 100644 --- a/tns-core-modules/package.json +++ b/tns-core-modules/package.json @@ -35,5 +35,12 @@ "ios": "2.1.1", "android": "2.1.1" } + }, + "snapshot": { + "android": { + "tns-java-classes": { + "modules": ["ui/frame/activity", "ui/frame/fragment"] + } + } } }