File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-media" ,
3
- "version" : " 3 .0.2 -dev" ,
3
+ "version" : " 4 .0.0 -dev" ,
4
4
"description" : " Cordova Media Plugin" ,
5
5
"types" : " ./types/index.d.ts" ,
6
6
"cordova" : {
48
48
"license" : " Apache-2.0" ,
49
49
"engines" : {
50
50
"cordovaDependencies" : {
51
- "4.0.0" : {
52
- "cordova" : " >100"
53
- },
54
51
"3.0.0" : {
55
52
"cordova-android" : " >=6.1.0"
53
+ },
54
+ "4.0.0" : {
55
+ "cordova-android" : " >=6.3.0"
56
56
}
57
57
}
58
58
},
Original file line number Diff line number Diff line change 21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
xmlns:android=" http://schemas.android.com/apk/res/android"
23
23
id=" cordova-plugin-media"
24
- version =" 3 .0.2 -dev" >
24
+ version =" 4 .0.0 -dev" >
25
25
26
26
<name >Media</name >
27
27
<description >Cordova Media Plugin</description >
@@ -31,11 +31,10 @@ id="cordova-plugin-media"
31
31
<issue >https://issues.apache.org/jira/browse/CB/component/12320647</issue >
32
32
33
33
<engines >
34
- <engine name =" cordova-android" version =" >=6.1 .0" />
34
+ <engine name =" cordova-android" version =" >=6.3 .0" />
35
35
</engines >
36
36
37
37
<dependency id =" cordova-plugin-file" version =" ^4.0.0" />
38
- <dependency id =" cordova-plugin-compat" version =" ^1.0.0" />
39
38
40
39
<js-module src =" www/MediaError.js" name =" MediaError" >
41
40
<clobbers target =" window.MediaError" />
You can’t perform that action at this time.
0 commit comments