We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6aa9da commit e6b2846Copy full SHA for e6b2846
packages/nx/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/nx",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "NativeScript Plugin for Nx",
5
"repository": {
6
"type": "git",
packages/nx/src/schematics/application/application.ts
@@ -81,7 +81,7 @@ export default function (options: Schema) {
81
android: {
82
builder: '@nativescript/nx:build',
83
options: {
84
- platform: 'ios',
+ platform: 'android',
85
},
86
configurations: {
87
prod: {
0 commit comments