Skip to content

Commit e957041

Browse files
committed
chore: corrected merge conflict with master
1 parent ef917d2 commit e957041

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "branch-cordova-sdk",
33
"description": "Branch Metrics Cordova SDK",
44
"main": "www/branch.js",
5-
"version": "2.5.15",
5+
"version": "2.5.16",
66
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
77
"repository": {
88
"type": "git",

plugin.template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SOFTWARE.
2424
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2525
xmlns:android="http://schemas.android.com/apk/res/android"
2626
id="branch-cordova-sdk"
27-
version="2.5.15">
27+
version="2.5.16">
2828

2929
<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
3030

plugin.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SOFTWARE.
2424
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2525
xmlns:android="http://schemas.android.com/apk/res/android"
2626
id="branch-cordova-sdk"
27-
version="2.5.15">
27+
version="2.5.16">
2828

2929
<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
3030

@@ -88,14 +88,14 @@ SOFTWARE.
8888
<header-file src="src/ios/BranchSDK.h" />
8989
<source-file src="src/ios/BranchSDK.m" />
9090
<source-file src="src/ios/AppDelegate+BranchSdk.m" />
91-
91+
9292
<header-file src="src/ios/dependencies/Fabric/ANSCompatibility.h" />
9393
<header-file src="src/ios/dependencies/Fabric/Answers.h" />
9494
<header-file src="src/ios/dependencies/Fabric/FABAttributes.h" />
9595
<header-file src="src/ios/dependencies/Fabric/FABKitProtocol.h" />
9696
<header-file src="src/ios/dependencies/Fabric/Fabric+FABKits.h" />
9797
<header-file src="src/ios/dependencies/Fabric/Fabric.h" />
98-
98+
9999
<header-file src="src/ios/dependencies/Branch-SDK/BNCCallbacks.h" />
100100
<header-file src="src/ios/dependencies/Branch-SDK/BNCCommerceEvent.h" />
101101
<source-file src="src/ios/dependencies/Branch-SDK/BNCCommerceEvent.m" />
@@ -155,7 +155,7 @@ SOFTWARE.
155155
<source-file src="src/ios/dependencies/Branch-SDK/BranchViewHandler.m" />
156156
<header-file src="src/ios/dependencies/Branch-SDK/NSMutableDictionary+Branch.h" />
157157
<source-file src="src/ios/dependencies/Branch-SDK/NSMutableDictionary+Branch.m" />
158-
158+
159159
<header-file src="src/ios/dependencies/Branch-SDK/Requests/BNCServerRequest.h" />
160160
<source-file src="src/ios/dependencies/Branch-SDK/Requests/BNCServerRequest.m" />
161161
<header-file src="src/ios/dependencies/Branch-SDK/Requests/BranchCloseRequest.h" />
@@ -185,6 +185,6 @@ SOFTWARE.
185185
<header-file src="src/ios/dependencies/Branch-SDK/Requests/BranchUserCompletedActionRequest.h" />
186186
<source-file src="src/ios/dependencies/Branch-SDK/Requests/BranchUserCompletedActionRequest.m" />
187187
<header-file src="src/ios/dependencies/Branch-SDK/Requests/PromoViewHandler.h" />
188-
188+
189189
</platform>
190190
</plugin>

0 commit comments

Comments
 (0)