Skip to content

Commit

Permalink
fix the version check failed (katzer#236)
Browse files Browse the repository at this point in the history
android-sdk version check failed (".\platforms\android\cordova\android_sdk_version"), continuing anyways.
  • Loading branch information
若海 authored and katzer committed Feb 5, 2017
1 parent 892b415 commit 1c084fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

<!-- cordova -->
<engines>
<engine name="cordova" version="&gt;=3.0.0" />
<engine name="android-sdk" version="&gt;=16" />
<engine name="windows-sdk" version="&gt;=10.0.14393.0" />
<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 1c084fa

Please sign in to comment.