Skip to content

Commit

Permalink
Merge pull request #372 from LuisEGR/master
Browse files Browse the repository at this point in the history
Fix issue AndroidManifest.xml
  • Loading branch information
don authored Oct 18, 2019
2 parents aa92afc + fb7a8ee commit 3625714
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phonegap-nfc",
"version": "1.0.3",
"version": "1.0.4",
"description": "Near Field Communication (NFC) Plugin. Read and write NDEF messages to NFC tags and share NDEF messages with peers.",
"cordova": {
"id": "phonegap-nfc",
Expand Down
4 changes: 0 additions & 4 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
<uses-feature android:name="android.hardware.nfc" android:required="false"/>
</config-file>

<edit-config file="AndroidManifest.xml" target="/manifest/uses-sdk" mode="merge">

This comment has been minimized.

Copy link
@hthetiot

hthetiot Oct 24, 2019

Carefull if you had a min android:minSdkVersion lower you will may need to update your cordova-android and move to 19 :)
That a great change anyway we were android:minSdkVersion="16" in config.xml and was overired by this.

<uses-sdk android:minSdkVersion="19" />
</edit-config>

</platform>

<platform name="wp8">
Expand Down

0 comments on commit 3625714

Please sign in to comment.