Skip to content

Commit

Permalink
cordova-plugman needed for gradleReference support
Browse files Browse the repository at this point in the history
Fix for katzer#36
  • Loading branch information
katzer committed Jul 31, 2015
1 parent 15d6758 commit b464306
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
<!-- cordova -->
<engines>
<engine name="cordova" version=">=3.0.0" />
<engine name="cordova-android" version=">=4"/>
<engine name="cordova-plugman" version=">=4.2.0"/><!-- needed for gradleReference support -->
</engines>

<!-- js -->
Expand Down Expand Up @@ -97,10 +99,6 @@
<!-- android -->
<platform name="android">

<engines>
<engine name="cordova" version=">=4.0.0" />
</engines>

<config-file target="res/xml/config.xml" parent="/*">
<feature name="Badge">
<param name="android-package" value="de.appplant.cordova.plugin.badge.Badge"/>
Expand Down Expand Up @@ -138,10 +136,6 @@
<!-- amazon-fireos -->
<platform name="amazon-fireos">

<engines>
<engine name="cordova" version=">=4.0.0" />
</engines>

<config-file target="res/xml/config.xml" parent="/*">
<feature name="Badge">
<param name="android-package" value="de.appplant.cordova.plugin.badge.Badge"/>
Expand Down

0 comments on commit b464306

Please sign in to comment.