Skip to content

Commit

Permalink
Merge pull request aporat#4 from adobe-rnd/master
Browse files Browse the repository at this point in the history
Make plugin compatible with cordova >= 7
  • Loading branch information
solaris007 authored Nov 29, 2018
2 parents 7e151dd + 9ad5f9c commit 12a723d
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 @@ -30,7 +30,7 @@ SOFTWARE.
</description>

<engines>
<engine name="cordova" version=">=3.0.0" />
<engine name="cordova" version=">=7.0.0" />
</engines>
<repo>https://github.com/aporat/cordova-plugin-fetch.git</repo>
<issue>https://github.com/aporat/cordova-plugin-fetch/issues</issue>
Expand Down Expand Up @@ -88,13 +88,13 @@ SOFTWARE.

<framework src="src/android/dependencies.gradle" custom="true" type="gradleReference" />

<config-file target="res/xml/config.xml" parent="/*">
<config-file target="app/src/main/res/xml/config.xml" parent="/*">
<feature name="FetchPlugin" >
<param name="android-package" value="com.adobe.phonegap.fetch.FetchPlugin"/>
</feature>
</config-file>

<source-file src="src/android/com/adobe/phonegap/fetch/FetchPlugin.java" target-dir="src/com/adobe/phonegap/fetch/" />
<source-file src="src/android/com/adobe/phonegap/fetch/FetchPlugin.java" target-dir="app/src/main/java/com/adobe/phonegap/fetch/" />

</platform>

Expand Down

0 comments on commit 12a723d

Please sign in to comment.