Skip to content

Commit 6b1cf42

Browse files
Merge pull request #358 from RodrigoSMarques/dev
Release 8.1.0
2 parents 0c40660 + c9ff6d8 commit 6b1cf42

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 8.1.0
2+
### 🔧 Native SDK Updates
3+
4+
* Updated included iOS SDK to 3.6.0 - [iOS Version History](https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/releases)
5+
6+
* Updated included Branch Android SDK to 5.12.2 - [Android Version History](https://github.com/BranchMetrics/android-branch-deep-linking-attribution/releases)
7+
18
## 8.0.4
29
### ⚠️ BREAKING CHANGE
310
This is a major release which contains breaking API changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Branch.io helps mobile apps grow with deep links that power referral systems, sh
1111
Supports Android, iOS and Web.
1212

1313
* Android - Branch SDK Version >= 5.12.0 [Android Version History](https://github.com/BranchMetrics/android-branch-deep-linking-attribution/releases)
14-
* iOS - Branch SDK Version >= 3.4.3 [iOS Version History](https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/releases)
14+
* iOS - Branch SDK Version >= 3.6.0 [iOS Version History](https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/releases)
1515

1616
Implemented functions in plugin:
1717

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
2-
- BranchSDK (3.4.3)
2+
- BranchSDK (3.6.0)
33
- Flutter (1.0.0)
4-
- flutter_branch_sdk (8.0.2):
5-
- BranchSDK (~> 3.4.3)
4+
- flutter_branch_sdk (8.1.0):
5+
- BranchSDK (~> 3.6.0)
66
- Flutter
77

88
DEPENDENCIES:
@@ -20,9 +20,9 @@ EXTERNAL SOURCES:
2020
:path: ".symlinks/plugins/flutter_branch_sdk/ios"
2121

2222
SPEC CHECKSUMS:
23-
BranchSDK: 078e92df232a7cc0a8d900287d1e57057a2e2997
23+
BranchSDK: 40ff1a13b1dc0729f79a9aae230418d25bf739a8
2424
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
25-
flutter_branch_sdk: 77488aedfda2ec7a4dc65f2c71a98412a7443a2c
25+
flutter_branch_sdk: e5b94559acdc8596fe7b68598a706879602cb0e7
2626

2727
PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048
2828

ios/flutter_branch_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Flutter Plugin for create deep link using Brach SDK (https://branch.io). This pl
2020
s.source = { :path => '.' }
2121
s.source_files = 'Classes/**/*'
2222
s.dependency 'Flutter'
23-
s.dependency 'BranchSDK', '~> 3.4.3'
23+
s.dependency 'BranchSDK', '~> 3.6.0'
2424
s.platform = :ios, '12.0'
2525
# Flutter.framework does not contain a i386 slice.
2626
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_branch_sdk
22
description: Flutter Plugin for create deep link using Brach SDK (https://branch.io). This plugin provides a cross-platform (iOS, Android, Web).
3-
version: 8.0.4
3+
version: 8.1.0
44
homepage: https://github.com/RodrigoSMarques/flutter_branch_sdk
55

66
environment:

0 commit comments

Comments
 (0)