Skip to content

Commit

Permalink
feat: change dependency version to file >=6.0.0
Browse files Browse the repository at this point in the history
to match recently released cordova-plugin-file v7
  • Loading branch information
ath0mas committed Apr 12, 2022
1 parent e647b3a commit 36f8eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<engine name="cordova-android" version=">=6.3.0" />
</engines>

<dependency id="cordova-plugin-file" version="^6.0.0" />
<dependency id="cordova-plugin-file" version=">=6.0.0" />

<js-module src="www/CaptureAudioOptions.js" name="CaptureAudioOptions">
<clobbers target="CaptureAudioOptions" />
Expand Down

0 comments on commit 36f8eef

Please sign in to comment.