Skip to content

Commit

Permalink
Fix local release builds for Android
Browse files Browse the repository at this point in the history
The local release builds for Android in Fusion do not produce the same result as {N} CLI. The problem is in the `nativescript-dev-android-snapshot` plugin, which relies on a specific object, that's populated only when using CLI from the command line.
The plugin is fixed in it's latest version, so use it in the template. This way the builds will work in the same way in Fusion.

Fixes http://teampulse.telerik.com/view#item/330327
  • Loading branch information
rosen-vladimirov committed Mar 24, 2017
1 parent ddfecd1 commit 497f7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"tslint": "3.14.0",
"typescript": "2.0.10",
"zone.js": "0.7.2",
"nativescript-dev-android-snapshot": "0.0.7"
"nativescript-dev-android-snapshot": "0.0.8"
}
}

0 comments on commit 497f7ee

Please sign in to comment.