Skip to content

Commit 279eda9

Browse files
authored
Merge pull request #458 from BranchMetrics/update-to-3
Update to 3
2 parents b8304e6 + a77e1fa commit 279eda9

File tree

562 files changed

+15610
-3039
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

562 files changed

+15610
-3039
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ _Questions? [Contact us](https://support.branch.io/support/tickets/new)_
12761276

12771277
* #### Compiling: Errors
12781278

1279-
* ##### Migrating Branch Cordova SDK from v2.5+ to v2.7+
1279+
* ##### Migrating Branch Cordova SDK from v2.5+ to v3.0+
12801280

12811281
```diff
12821282
// Branch initialization

examples/cordova1/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
<allow-intent href="itms-apps:*" />
2929
</platform>
3030
<plugin name="branch-cordova-sdk" spec="file:../../tmp" />
31-
<engine name="ios" spec="~4.5.4" />
32-
<engine name="android" spec="~7.0.0" />
31+
<engine name="ios" spec="^4.5.4" />
32+
<engine name="android" spec="^7.0.0" />
3333
</widget>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)