Skip to content

Commit

Permalink
Remove windows sdk in engines (#456)
Browse files Browse the repository at this point in the history
fix the following error 

```
BUILD FAILED
* What went wrong:
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.

Command failed with exit code 1 Error output:
Note: SystemCookieManager.java uses or overrides a deprecated API.
```
that occurs in ionic 3.9.2 when building in android
  • Loading branch information
chpecson authored and katzer committed Aug 7, 2019
1 parent 0e95173 commit 2dfd251
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<engines>
<engine name="cordova" version=">=3.0.0" />
<engine name="android-sdk" version=">=16" />
<engine name="windows-sdk" version=">=10.0.14393.0" />
</engines>

<!-- js -->
Expand Down

0 comments on commit 2dfd251

Please sign in to comment.