This repository was archived by the owner on Oct 25, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +37
-32
lines changed
cordova-plugin-appcenter-analytics
cordova-plugin-appcenter-crashes
cordova-plugin-appcenter-push
cordova-plugin-appcenter-shared Expand file tree Collapse file tree 12 files changed +37
-32
lines changed Original file line number Diff line number Diff line change 1+ ## Version 0.3.3
2+
3+ - Updated App Center dependencies
4+ ___
5+
16## Version 0.3.2
27
38- Updated App Center dependencies
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-appcenter-analytics" ,
3- "version" : " 0.3.2 " ,
3+ "version" : " 0.3.3 " ,
44 "description" : " Provides Microsoft Azure App Center Analytics client for Cordova" ,
55 "license" : " MIT" ,
66 "author" : " Microsoft Corporation" ,
Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
22<plugin id =" cordova-plugin-appcenter-analytics"
3- version =" 0.3.2 "
3+ version =" 0.3.3 "
44 xmlns =" http://apache.org/cordova/ns/plugins/1.0"
55 xmlns : android =" http://schemas.android.com/apk/res/android" >
66
1919 <engine name =" cordova" version =" >=6.4.0" />
2020 <engine name =" cordova-ios" version =" >=4.3.0" />
2121
22- <dependency id =" cordova-plugin-appcenter-shared" version =" 0.3.2 " />
22+ <dependency id =" cordova-plugin-appcenter-shared" version =" 0.3.3 " />
2323
2424 <js-module name =" Analytics" src =" www/Analytics.js" >
2525 <clobbers target =" AppCenter.Analytics" />
3939 <uses-permission android : name =" android.permission.INTERNET" />
4040 </config-file >
4141
42- <framework src =" com.microsoft.appcenter:appcenter-analytics:1.11.3 " />
42+ <framework src =" com.microsoft.appcenter:appcenter-analytics:1.11.4 " />
4343
4444 <source-file src =" src/android/AppCenterAnalyticsPlugin.java"
4545 target-dir =" src/com/microsoft/azure/mobile/cordova" />
6060 <header-file src =" src/ios/AppCenterAnalyticsPlugin.h" />
6161 <source-file src =" src/ios/AppCenterAnalyticsPlugin.m" />
6262
63- <framework src =" AppCenter" type =" podspec" spec =" ~> 1.13.2 " />
63+ <framework src =" AppCenter" type =" podspec" spec =" ~> 1.14.0 " />
6464 </platform >
6565</plugin >
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-appcenter-crashes" ,
3- "version" : " 0.3.2 " ,
3+ "version" : " 0.3.3 " ,
44 "description" : " Provides Microsoft Azure App Center Crashes client for Cordova" ,
55 "license" : " MIT" ,
66 "author" : " Microsoft Corporation" ,
Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
22<plugin id =" cordova-plugin-appcenter-crashes"
3- version =" 0.3.2 "
3+ version =" 0.3.3 "
44 xmlns =" http://apache.org/cordova/ns/plugins/1.0"
55 xmlns : android =" http://schemas.android.com/apk/res/android" >
66
2020 <engine name =" cordova" version =" >=6.4.0" />
2121 <engine name =" cordova-ios" version =" >=4.3.0" />
2222
23- <dependency id =" cordova-plugin-appcenter-shared" version =" 0.3.2 " />
23+ <dependency id =" cordova-plugin-appcenter-shared" version =" 0.3.3 " />
2424
2525 <js-module name =" Crashes" src =" www/Crashes.js" >
2626 <clobbers target =" AppCenter.Crashes" />
4040 <uses-permission android : name =" android.permission.INTERNET" />
4141 </config-file >
4242
43- <framework src =" com.microsoft.appcenter:appcenter-crashes:1.11.3 " />
43+ <framework src =" com.microsoft.appcenter:appcenter-crashes:1.11.4 " />
4444
4545 <source-file src =" src/android/AppCenterCrashesPlugin.java"
4646 target-dir =" src/com/microsoft/azure/mobile/cordova" />
6969 <header-file src =" src/ios/CrashesUtils.h" />
7070 <source-file src =" src/ios/CrashesUtils.m" />
7171
72- <framework src =" AppCenter" type =" podspec" spec =" ~> 1.13.2 " />
72+ <framework src =" AppCenter" type =" podspec" spec =" ~> 1.14.0 " />
7373 </platform >
7474</plugin >
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-appcenter-push" ,
3- "version" : " 0.3.2 " ,
3+ "version" : " 0.3.3 " ,
44 "description" : " Provides Microsoft Azure App Center Push client for Cordova" ,
55 "license" : " MIT" ,
66 "author" : " Microsoft Corporation" ,
Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
22<plugin id =" cordova-plugin-appcenter-push"
3- version =" 0.3.2 "
3+ version =" 0.3.3 "
44 xmlns =" http://apache.org/cordova/ns/plugins/1.0"
55 xmlns : android =" http://schemas.android.com/apk/res/android" >
66
2020 <engine name =" cordova" version =" >=6.4.0" />
2121 <engine name =" cordova-ios" version =" >=4.3.0" />
2222
23- <dependency id =" cordova-plugin-appcenter-shared" version =" 0.3.2 " />
23+ <dependency id =" cordova-plugin-appcenter-shared" version =" 0.3.3 " />
2424
2525 <js-module name =" Push" src =" www/Push.js" >
2626 <clobbers target =" AppCenter.Push" />
4040 <uses-permission android : name =" android.permission.INTERNET" />
4141 </config-file >
4242
43- <framework src =" com.microsoft.appcenter:appcenter-push:1.11.3 " />
43+ <framework src =" com.microsoft.appcenter:appcenter-push:1.11.4 " />
4444 <framework src =" src/android/AppCenterPush.gradle"
4545 custom =" true" type =" gradleReference" />
4646
8585 <header-file src =" src/ios/PushUtils.h" />
8686 <source-file src =" src/ios/PushUtils.m" />
8787
88- <framework src =" AppCenter/Push" type =" podspec" spec =" ~> 1.13.2 " />
88+ <framework src =" AppCenter/Push" type =" podspec" spec =" ~> 1.14.0 " />
8989 </platform >
9090</plugin >
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-appcenter-shared" ,
3- "version" : " 0.3.2 " ,
3+ "version" : " 0.3.3 " ,
44 "description" : " Provides Microsoft Azure App Center shared functionality for Cordova" ,
55 "license" : " MIT" ,
66 "author" : " Microsoft Corporation" ,
Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
22<plugin id =" cordova-plugin-appcenter-shared"
3- version =" 0.3.2 "
3+ version =" 0.3.3 "
44 xmlns =" http://apache.org/cordova/ns/plugins/1.0"
55 xmlns : android =" http://schemas.android.com/apk/res/android" >
66
4040 value =" com.microsoft.azure.mobile.cordova.AppCenterSharedPlugin" />
4141 </feature >
4242 </config-file >
43- <framework src =" com.microsoft.appcenter:appcenter:1.11.3 " />
43+ <framework src =" com.microsoft.appcenter:appcenter:1.11.4 " />
4444 </platform >
4545
4646 <platform name =" ios" >
5555
5656 <header-file src =" src/ios/AppCenterSharedPlugin.h" />
5757 <source-file src =" src/ios/AppCenterSharedPlugin.m" />
58- <framework src =" AppCenter" type =" podspec" spec =" ~> 1.13.2 " />
58+ <framework src =" AppCenter" type =" podspec" spec =" ~> 1.14.0 " />
5959 </platform >
6060</plugin >
Original file line number Diff line number Diff line change 3232 <plugin name =" cordova-plugin-whitelist" spec =" ^1.3.3" />
3333 <plugin name =" cordova-plugin-file" spec =" ^4.0.0" />
3434 <plugin name =" cordova-plugin-camera" spec =" ^3.0.0" />
35- <plugin name =" cordova-plugin-appcenter-analytics" spec =" ^0.3.2 " />
36- <plugin name =" cordova-plugin-appcenter-crashes" spec =" ^0.3.2 " />
37- <plugin name =" cordova-plugin-appcenter-push" spec =" ^0.3.2 " />
38- <plugin name =" cordova-plugin-appcenter-shared" spec =" ^0.3.2 " />
35+ <plugin name =" cordova-plugin-appcenter-analytics" spec =" ^0.3.3 " />
36+ <plugin name =" cordova-plugin-appcenter-crashes" spec =" ^0.3.3 " />
37+ <plugin name =" cordova-plugin-appcenter-push" spec =" ^0.3.3 " />
38+ <plugin name =" cordova-plugin-appcenter-shared" spec =" ^0.3.3 " />
3939 <engine name =" android" spec =" ^7.0.0" />
4040 <engine name =" ios" spec =" ~4.5.4" />
4141</widget >
You can’t perform that action at this time.
0 commit comments