Skip to content

Commit ad24173

Browse files
Release 8.3.0 (#184)
Updated dependencies
1 parent 9e2eedf commit ad24173

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.3.0
4+
5+
- Branch Android SDK bumped to 5.13.0
6+
- Branch iOS SDK bumped to 3.6.5
7+
38
- 8.2.1
49

510
- Branch Android SDK bumped to 5.12.4

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.4'
69+
api 'io.branch.sdk.android:library:5.13.0'
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.2.1")
19+
Branch.getInstance().registerPluginName("Capacitor", version: "8.3.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.6.3'
7+
pod 'BranchSDK', '~> 3.6.5'
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.6.3)
2+
- BranchSDK (3.6.5)
33
- Capacitor (6.0.0):
44
- CapacitorCordova
55
- CapacitorCordova (6.0.0)
66

77
DEPENDENCIES:
8-
- BranchSDK (~> 3.6.3)
8+
- BranchSDK (~> 3.6.5)
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: a5418b5fde1b837567cf00a4a7f2ed45abf2e26c
23+
BranchSDK: ef7d89062afb08b20f65d5b1633b215ee77ab77f
2424
Capacitor: 559d073c4ca6c27f8e7002c807eea94c3ba435a9
2525
CapacitorCordova: 8c4bfdf69368512e85b1d8b724dd7546abeb30af
2626

27-
PODFILE CHECKSUM: 95808f918e06303102757f301ac0e09631b0b745
27+
PODFILE CHECKSUM: eacb5a70bea671c5a765cb96750ba8653a52d16b
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.2.1",
3+
"version": "8.3.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)