Skip to content

Commit 61f94ec

Browse files
Release 8.2.0 (#177)
* Updated native SDKs * Updated to latest Android version
1 parent c3336c8 commit 61f94ec

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Branch Capacitor SDK change log
22

3+
- 8.2.0
4+
5+
- Branch Android SDK bumped to 5.12.3
6+
- Branch iOS SDK bumped to 3.6.3
7+
38
- 8.1.0
49

510
- Added the handleUrl method to iOS and updated BranchUrlParams to include `branch` instead of `url`.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
implementation project(':capacitor-android')
6767
implementation 'androidx.annotation:annotation:1.4.0'
6868
implementation 'androidx.appcompat:appcompat:1.5.0'
69-
api 'io.branch.sdk.android:library:5.12.0'
69+
api 'io.branch.sdk.android:library:5.12.3'
7070
testImplementation "junit:junit:$junitVersion"
7171
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
7272
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"

ios/Plugin/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class BranchDeepLinks: CAPPlugin {
1616
object: nil
1717
)
1818

19-
Branch.getInstance().registerPluginName("Capacitor", version: "8.1.0")
19+
Branch.getInstance().registerPluginName("Capacitor", version: "8.2.0")
2020
}
2121

2222
@objc public func setBranchService(branchService: Any) {

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def capacitor_pods
44
use_frameworks!
55
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
66
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'
7-
pod 'BranchSDK', '~> 3.4.3'
7+
pod 'BranchSDK', '~> 3.6.3'
88
end
99

1010
target 'Plugin' do

ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PODS:
2-
- BranchSDK (3.4.3)
2+
- BranchSDK (3.6.3)
33
- Capacitor (6.0.0):
44
- CapacitorCordova
55
- CapacitorCordova (6.0.0)
66

77
DEPENDENCIES:
8-
- BranchSDK (~> 3.4.3)
8+
- BranchSDK (~> 3.6.3)
99
- "Capacitor (from `../node_modules/@capacitor/ios`)"
1010
- "CapacitorCordova (from `../node_modules/@capacitor/ios`)"
1111

@@ -20,10 +20,10 @@ EXTERNAL SOURCES:
2020
:path: "../node_modules/@capacitor/ios"
2121

2222
SPEC CHECKSUMS:
23-
BranchSDK: 078e92df232a7cc0a8d900287d1e57057a2e2997
23+
BranchSDK: a5418b5fde1b837567cf00a4a7f2ed45abf2e26c
2424
Capacitor: 559d073c4ca6c27f8e7002c807eea94c3ba435a9
2525
CapacitorCordova: 8c4bfdf69368512e85b1d8b724dd7546abeb30af
2626

27-
PODFILE CHECKSUM: 9848c096c118889beda819a4d6984c25fcf3f9bc
27+
PODFILE CHECKSUM: 95808f918e06303102757f301ac0e09631b0b745
2828

2929
COCOAPODS: 1.15.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-branch-deep-links",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "Capacitor plugin for Branch.io deep links",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)