Skip to content

Commit 73dc42a

Browse files
kelvindart-ctstevengill
authored andcommitted
CB-13294 Remove cordova-plugin-compat
This closes #151
1 parent cf49d7e commit 73dc42a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-media",
3-
"version": "3.0.2-dev",
3+
"version": "4.0.0-dev",
44
"description": "Cordova Media Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {
@@ -48,11 +48,11 @@
4848
"license": "Apache-2.0",
4949
"engines": {
5050
"cordovaDependencies": {
51-
"4.0.0": {
52-
"cordova": ">100"
53-
},
5451
"3.0.0": {
5552
"cordova-android": ">=6.1.0"
53+
},
54+
"4.0.0": {
55+
"cordova-android": ">=6.3.0"
5656
}
5757
}
5858
},

plugin.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-media"
24-
version="3.0.2-dev">
24+
version="4.0.0-dev">
2525

2626
<name>Media</name>
2727
<description>Cordova Media Plugin</description>
@@ -31,11 +31,10 @@ id="cordova-plugin-media"
3131
<issue>https://issues.apache.org/jira/browse/CB/component/12320647</issue>
3232

3333
<engines>
34-
<engine name="cordova-android" version=">=6.1.0" />
34+
<engine name="cordova-android" version=">=6.3.0" />
3535
</engines>
3636

3737
<dependency id="cordova-plugin-file" version="^4.0.0" />
38-
<dependency id="cordova-plugin-compat" version="^1.0.0" />
3938

4039
<js-module src="www/MediaError.js" name="MediaError">
4140
<clobbers target="window.MediaError" />

0 commit comments

Comments
 (0)