Skip to content

Commit

Permalink
Release 8.3.0 (#184)
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
nsingh-branch authored Nov 13, 2024
1 parent 9e2eedf commit ad24173
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Branch Capacitor SDK change log

- 8.3.0

- Branch Android SDK bumped to 5.13.0
- Branch iOS SDK bumped to 3.6.5

- 8.2.1

- Branch Android SDK bumped to 5.12.4
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
implementation project(':capacitor-android')
implementation 'androidx.annotation:annotation:1.4.0'
implementation 'androidx.appcompat:appcompat:1.5.0'
api 'io.branch.sdk.android:library:5.12.4'
api 'io.branch.sdk.android:library:5.13.0'
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
Expand Down
2 changes: 1 addition & 1 deletion ios/Plugin/Plugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class BranchDeepLinks: CAPPlugin {
object: nil
)

Branch.getInstance().registerPluginName("Capacitor", version: "8.2.1")
Branch.getInstance().registerPluginName("Capacitor", version: "8.3.0")
}

@objc public func setBranchService(branchService: Any) {
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def capacitor_pods
use_frameworks!
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'
pod 'BranchSDK', '~> 3.6.3'
pod 'BranchSDK', '~> 3.6.5'
end

target 'Plugin' do
Expand Down
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- BranchSDK (3.6.3)
- BranchSDK (3.6.5)
- Capacitor (6.0.0):
- CapacitorCordova
- CapacitorCordova (6.0.0)

DEPENDENCIES:
- BranchSDK (~> 3.6.3)
- BranchSDK (~> 3.6.5)
- "Capacitor (from `../node_modules/@capacitor/ios`)"
- "CapacitorCordova (from `../node_modules/@capacitor/ios`)"

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

SPEC CHECKSUMS:
BranchSDK: a5418b5fde1b837567cf00a4a7f2ed45abf2e26c
BranchSDK: ef7d89062afb08b20f65d5b1633b215ee77ab77f
Capacitor: 559d073c4ca6c27f8e7002c807eea94c3ba435a9
CapacitorCordova: 8c4bfdf69368512e85b1d8b724dd7546abeb30af

PODFILE CHECKSUM: 95808f918e06303102757f301ac0e09631b0b745
PODFILE CHECKSUM: eacb5a70bea671c5a765cb96750ba8653a52d16b

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-branch-deep-links",
"version": "8.2.1",
"version": "8.3.0",
"description": "Capacitor plugin for Branch.io deep links",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit ad24173

Please sign in to comment.