File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android"
3
- id =" cordova-plugin-google-analytics"
4
- version =" 1.8.3" >
2
+ <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
3
+ xmlns : android =" http://schemas.android.com/apk/res/android" id =" cordova-plugin-google-analytics" version =" 1.8.4" >
5
4
<engines >
6
5
<engine name =" cordova" version =" >=3.0.0" />
7
6
</engines >
88
87
</config-file >
89
88
90
89
<config-file target =" Properties/WMAppManifest.xml" parent =" /Deployment/App/Capabilities" >
91
- <Capability Name =" ID_CAP_NETWORKING" />
90
+ <Capability Name =" ID_CAP_NETWORKING" />
92
91
</config-file >
93
92
94
93
<source-file src =" wp8/UniversalAnalytics.cs" />
100
99
<!-- windows -->
101
100
<platform name =" windows" >
102
101
<js-module src =" windows/GoogleAnalyticsProxy.js" name =" UniversalAnalyticsPlugin" >
103
- <runs />
102
+ <runs />
104
103
</js-module >
105
104
106
105
<config-file target =" package.windows10.appxmanifest" parent =" /Package/Capabilities" versions =" >=10.0" device-target =" win" >
107
- <Capability Name =" internetClient" />
106
+ <Capability Name =" internetClient" />
108
107
</config-file >
109
108
<config-file target =" package.windows.appxmanifest" parent =" /Package/Capabilities" versions =" >=8.1.0" device-target =" win" >
110
- <Capability Name =" internetClient" />
109
+ <Capability Name =" internetClient" />
111
110
</config-file >
112
111
<config-file target =" package.phone.appxmanifest" parent =" /Package/Capabilities" versions =" >=8.1.0" device-target =" phone" >
113
- <Capability Name =" internetClientServer" />
112
+ <Capability Name =" internetClientServer" />
114
113
</config-file >
115
114
116
115
<info >
You can’t perform that action at this time.
0 commit comments