Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Switch to cordova-plugin-advanced-http for update downloads #513

Merged
merged 22 commits into from
Jul 27, 2020
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: dependency minor version
ermik committed Mar 30, 2019

Verified

This commit was signed with the committer’s verified signature.
commit 8c7f774f2d3f37691bf3e2bc9f3b46bd3d1165f0
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
<dependency id="cordova-plugin-dialogs" version=">=1.1.1" />
<dependency id="cordova-plugin-device" version=">=1.1.0" />
<dependency id="cordova-plugin-file" version=">=6.0.1" />
<dependency id="cordova-plugin-advanced-http" version=">=2.5.0" />
<dependency id="cordova-plugin-advanced-http" version="=2.0.5" />

<hook type="after_plugin_add" src="hooks/afterPluginAdd.js" />